Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.2, 1.3.0
-
None
-
JBoss EAP 6.x, JSF 2.1, JAAS
Description
We are using DeltaSpike in a web application that is secured by JAAS.
If a user tries to login with wrong username or password, the user will be forwarded to a login error page configured in web.xml (form-error-page). The URL of the error page contains the POST parameters from login form (j_username and j_password) in plain text:
so the POST parameters are applied to the redirect by DeltaSpike.
Restrict the initial redirect to GET requests could be a solution for it, discussed on user mailing list.
Attachments
Issue Links
- is related to
-
DELTASPIKE-1393 POST request from a non-JSF to a JSF page fails with when ds:windowId is used
- Open