https://bz.apache.org/bugzilla/show_bug.cgi?id=65714

--- Comment #4 from Konstantin Kolinko <knst.koli...@gmail.com> ---
(In reply to Mark Thomas from comment #3)
> The issue is valid. I can reproduce it. Working on a fix now.

OK.

Noting that there is nothing but Tomcat and Java code in stacktraces. I expect
those to have full permissions, like Tomcat own code does. Is something
unexpected with those threads?


> java.security.AccessControlException: access denied 
> ("java.lang.RuntimePermission" 
> "accessClassInPackage.org.apache.tomcat.util.net")

Such class loading errors can be omitted by preloading the affected classes.
For known issues it is done by org.apache.catalina.security.SecurityClassLoad
class.

This can also be done with "classesToInitialize" attribute of a
org.apache.catalina.core.JreMemoryLeakPreventionListener configured in
server.xml file.

> java.security.AccessControlException: access denied 
> ("java.net.SocketPermission" "10.13.149.73:54048" "accept,resolve")

No easy solution here. BTW this thread has only JRE code in stacktrace.

-- 
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

Reply via email to