https://issues.apache.org/bugzilla/show_bug.cgi?id=55684

Gael Lalire <gael.lal...@laposte.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW

--- Comment #3 from Gael Lalire <gael.lal...@laposte.net> ---
Hello,

I run tomcat and other applications under the same JVM.
Each application has a thread group and cannot access to thread group of other
application.
This is enforce by a modified SecurityManager.

I know I can authorize Tomcat to access all thread group (I do it in fact)
however I would like to remove this permission.

Stacktrace just show my SecurityManager throwing a SecurityException to
ThreadGroup.getParent().
Javadoc of ThreadGroup.getParent() indicates that a SecurityException can be
thrown.

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