-
Bug
-
Resolution: Done
-
Blocker
-
7.1.0.DR12
Form authentication backed by Elytron in the web applications uses status code 303 (See Other) to redirect user after processing /j_security_check.
We see two serious issues here:
- Legacy security uses status code 302 (Moved Temporarily/Found) to handle this redirect and existing applications/clients may behave differently for these different codes. (e.g. default behavior of Apache HTTP client is to follow redirect for 303, but not to follow for 302)
- The 303 status code was introduced in HTTP 1.1 so it's not part of HTTP 1.0, but the 303 is returned also for HTTP/1.0 request as a HTTP/1.0 response, which is wrong.
- blocks
-
JBEAP-9051 Tracking JIRA for tests failing with Elytron profile in AS TS
- Closed
- is cloned by
-
ELY-997 Elytron form authentication does not store POST data
- Resolved
-
WFLY-8229 When Elytron is used redirect from j_security_check uses HTTP code 303
- Closed
- is incorporated by
-
JBEAP-8894 Upgrade WildFly Elytron to 1.1.0.Beta27
- Closed
-
JBEAP-9267 Upgrade WildFly Elytron to 1.1.0.Beta29
- Closed