ASF Bugzilla – Attachment 24456 Details for
Bug 48097
NoClassDefFoundError on first access of first jsp
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for WebappClassLoader to do not swallow AccessControlException
2009-11-02_48097_WebappClassLoader_patch.patch (text/plain), 618 bytes, created by
Konstantin Kolinko
on 2009-11-01 21:17:48 UTC
(
hide
)
Description:
Patch for WebappClassLoader to do not swallow AccessControlException
Filename:
MIME Type:
Creator:
Konstantin Kolinko
Created:
2009-11-01 21:17:48 UTC
Size:
618 bytes
patch
obsolete
>Index: org/apache/catalina/loader/WebappClassLoader.java >=================================================================== >--- org/apache/catalina/loader/WebappClassLoader.java (revision 831783) >+++ org/apache/catalina/loader/WebappClassLoader.java (working copy) >@@ -890,6 +890,7 @@ > throw cnfe; > } > } catch(AccessControlException ace) { >+ log.error("findClassInternal(" + name + ") failed", ace); > throw new ClassNotFoundException(name, ace); > } catch (RuntimeException e) { > if (log.isTraceEnabled())
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 48097
:
24452
|
24456
|
24457
|
24458