[seam-issues] [JBoss JIRA] (SEAMFACES-212) Query parameters are not well rebuild in requested url after login redirection

Jérémy Bogatirsky (Created) (JIRA) jira-events at lists.jboss.org
Fri Oct 7 10:30:16 EDT 2011


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

       



More information about the seam-issues mailing list