https://bz.apache.org/bugzilla/show_bug.cgi?id=60925
--- Comment #3 from Konstantin Kolinko <knst.koli...@gmail.com> --- For a record: There exists a working temporary workaround for this issue: grant permission to access the "core" package. E.g. for this test scenario (the ROOT web application), adding the following lines to catalina.policy file is sufficient: grant codeBase "file:${catalina.base}/webapps/ROOT/-" { permission java.lang.RuntimePermission "accessClassInPackage.org.apache.catalina.core"; }; -- 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