You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2016/04/06 14:00:57 UTC

[Bug 59247] Using the IBM JDK with the security manager results in java.lang.RuntimePermission warning

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

--- Comment #10 from Coty Sutherland <cs...@redhat.com> ---
It looks like I should also note that this issue does affect tomcat6, tomcat7,
and tomcat8 on IBM Java 7 and IBM Java 8. 

There are multiple warnings in tomcat6 (the RuntimePermission denial for
accessClassInPackage.org.apache.catalina in the examples webapp, which I
provided another patch suggestion for after this was fixed initially, and
accessClassInPackage.org.apache.catalina.loader) plus messages regarding the
deprecation of Manager.setMaxInactiveInterval()), tomcat7 and tomcat8 have the
same warning regarding the RuntimePermission denial of
accessClassInPackage.org.apache.catalina.loader, and tomcat9 seems unaffected
(doesn't log the warning other than warnings about logging.properties in the
webapps).

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org