[Bug 55684] WebappClassLoader.getThread want an access to root ThreadGroup

2013-10-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55684 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 55684] WebappClassLoader.getThread want an access to root ThreadGroup

2013-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55684 --- Comment #2 from Mark Thomas ma...@apache.org --- Tomcat is designed to work out of the box under a security manager. Calls to this particular code either originate from container code that has the necessary permissions or come via a

[Bug 55684] WebappClassLoader.getThread want an access to root ThreadGroup

2013-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55684 Gael Lalire gael.lal...@laposte.net changed: What|Removed |Added Status|NEEDINFO|NEW ---

[Bug 55684] WebappClassLoader.getThread want an access to root ThreadGroup

2013-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55684 --- Comment #4 from Gael Lalire gael.lal...@laposte.net --- A clean solution could be to have the possibility to set the root thread group in WebappClassLoader. So WebappClassLoader.getThread() can avoid to loop inside parent thread group

[Bug 55684] WebappClassLoader.getThread want an access to root ThreadGroup

2013-10-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55684 Christopher Schultz ch...@christopherschultz.net changed: What|Removed |Added Status|NEW