]
Stuart Douglas resolved WFLY-7105.
----------------------------------
Fix Version/s: 11.0.0.Alpha1
Resolution: Done
Incorrect redirection after authentization when using elytron
-------------------------------------------------------------
Key: WFLY-7105
URL:
https://issues.jboss.org/browse/WFLY-7105
Project: WildFly
Issue Type: Bug
Components: Security, Web (Undertow)
Reporter: Radim Hatlapatka
Assignee: Stuart Douglas
Priority: Critical
Fix For: 11.0.0.Alpha1
Attachments: defined-security-domain.war, roles.properties,
standalone-elytron-web-tests.xml, users.properties
Having web application which uses defined security domain, which is set up using elytron
results in incorrect redirection. It is redirecting after authentication done at
{{http://localhost:8080/defined-security-domain/user/}} to
{{http://localhost:8080/defined-security-domain/user//user/index.jsp}} instead of to
{{http://localhost:8080/defined-security-domain/user/index.jsp}}.
Note, when using only old security domain setup without elytron, it works just fine.