]
Darran Lofthouse commented on WFLY-7105:
----------------------------------------
A quick look at the test war suggests this bug is triggered as a welcome-page is used.
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: Darran Lofthouse
Priority: Critical
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.