[jboss-jira] [JBoss JIRA] (WFLY-2180) Thread threads pools inherit security context of submitting threads
Stuart Douglas (JIRA)
jira-events at lists.jboss.org
Mon Sep 30 02:50:02 EDT 2013
Stuart Douglas created WFLY-2180:
------------------------------------
Summary: Thread threads pools inherit security context of submitting threads
Key: WFLY-2180
URL: https://issues.jboss.org/browse/WFLY-2180
Project: WildFly
Issue Type: Bug
Components: EE, EJB, Server, Web (Undertow)
Affects Versions: 8.0.0.Alpha4
Reporter: Stuart Douglas
Assignee: David Lloyd
Some thread pool implementation will immediately create a new thread if work is submitted and there is not enough threads available to handle it. This newly created thread will inherit the access control context of the thread that is submitting the work, which essentially means that thread pool threads have a random access control context.
This is the root cause of UNDERTOW-102, and likely other security manager related failures as well.
I think that the best way to fix this is in the thread pool itself, as it should create the thread in a privileged block. We obviously cannot do this for JDK thread pools however.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list