]
Jan Kalina updated WFLY-9089:
-----------------------------
Component/s: EE
(was: Remoting)
Security identity not propagated into asynchronous task (elytron)
-----------------------------------------------------------------
Key: WFLY-9089
URL:
https://issues.jboss.org/browse/WFLY-9089
Project: WildFly
Issue Type: Bug
Components: EE
Affects Versions: 11.0.0.Alpha1
Reporter: Jan Kalina
Assignee: Jan Kalina
Priority: Blocker
*AsynchronousSecurityTestCase* fails because because anonymous user is used to call
asynchronous EJB method requiring given role.
Looks like *identity is lost when creating new thread in JBossThreadFactory* - code in
new thread run with anonymous identity.