]
Josef Cacek updated WFLY-5015:
------------------------------
Affects Version/s: 10.0.0.Alpha6
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: Darran Lofthouse
Priority: Critical
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}}.
EAP 6.4.x works correctly with the reproducer.