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.
- is blocked by
-
JBEAP-5765 Upgrade Undertow from 1.4.0.Final to 1.4.3.Final
- Verified
- is cloned by
-
UNDERTOW-837 Incorrect redirection after authentization when using elytron
- Resolved
-
WFLY-7105 Incorrect redirection after authentization when using elytron
- Closed