Query parameters are not well rebuild in requested url after login redirection
------------------------------------------------------------------------------

                 Key: SEAMFACES-212
                 URL: https://issues.jboss.org/browse/SEAMFACES-212
             Project: Seam Faces
          Issue Type: Bug
          Components: Security
    Affects Versions: 3.0.2
         Environment: JBoss 6
Seam 3.0.0.Final with Seam Faces 3.0.2.Final
            Reporter: Jérémy Bogatirsky


When requesting a login protected URL containing query parameters, the 
preLoginEvent observer 
(org.jboss.seam.faces.security.LoginListener.observePreLoginEvent(@Observes 
PreLoginEvent event)) rebuild the requested URL using a question mark ('?') to 
separate all query parameters and not only to separate the first one from the 
URL.
A boolean (initialized to true) is used to identify when the first parameter 
has been treated but is never set to false, leading to not use th '&' to 
separate the following query parameters.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

_______________________________________________
seam-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-issues

Reply via email to