https://bz.apache.org/bugzilla/show_bug.cgi?id=62350
--- Comment #9 from Konstantin Kolinko <knst.koli...@gmail.com> --- (In reply to Mark Thomas from comment #8) > An alternative, and arguably better approach, would be to use a privileged > block. It is probably more code but it should allow for easier re-use. Good. Your fix (in trunk r1831000) works. I was afraid that the new inner classes have to be preloaded when running with Security Manager. The preloading is not required as web application has the right to load those classes, thanks to permission java.lang.RuntimePermission "accessClassInPackage.org.apache.jasper.runtime"; -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org