View | Details | Raw Unified | Return to bug 48097
Collapse All | Expand All

(-)org/apache/catalina/loader/WebappClassLoader.java (+1 lines)
Lines 890-895 Link Here
890
                    throw cnfe;
890
                    throw cnfe;
891
                }
891
                }
892
            } catch(AccessControlException ace) {
892
            } catch(AccessControlException ace) {
893
                log.error("findClassInternal(" + name + ") failed", ace);
893
                throw new ClassNotFoundException(name, ace);
894
                throw new ClassNotFoundException(name, ace);
894
            } catch (RuntimeException e) {
895
            } catch (RuntimeException e) {
895
                if (log.isTraceEnabled())
896
                if (log.isTraceEnabled())

Return to bug 48097