]
Ondrej Lukas reopened WFLY-5015:
--------------------------------
Reopen. See JBEAP-512 for details.
RunAs in servlet doesn't work
-----------------------------
Key: WFLY-5015
URL:
https://issues.jboss.org/browse/WFLY-5015
Project: WildFly
Issue Type: Bug
Components: EJB, Security, Web (Undertow)
Affects Versions: 10.0.0.Alpha6
Reporter: Josef Cacek
Assignee: Stuart Douglas
Priority: Critical
Fix For: 10.0.0.CR1
RunAs for servlets doesn't work in Undertow.
I have unprotected {{@RunAs}}-annotated servlet which calls protected EJB method. The
call should succeed, but it throws {{javax.ejb.EJBAccessException}}.