[seam-issues] [JBoss JIRA] (JBSEAM-4906) Token-based Remember Me Base64 encoding problem in Internet Explorer

Tayfun Gokmen Halac (JIRA) jira-events at lists.jboss.org
Fri Mar 9 05:01:36 EST 2012


Tayfun Gokmen Halac created JBSEAM-4906:
-------------------------------------------

             Summary: Token-based Remember Me Base64 encoding problem in Internet Explorer
                 Key: JBSEAM-4906
                 URL: https://issues.jboss.org/browse/JBSEAM-4906
             Project: Seam 2
          Issue Type: Bug
    Affects Versions: 2.2.2.Final
            Reporter: Tayfun Gokmen Halac


Seam Remember Me component produces Base64 encoded token values for auto-login. But, Internet Explorer cookies (which are Netspace based version 0 cookies) do not support some characters in Base64 encoded cookies. Application Server converts a seam authcookie to version 1 cookie if it contains unssupported character such as "=", and therefore max-age property is not recognized by IE. For this reason, authentication cookies cannot be persisted in IE and are deleted at the end of the session. As a result, remember me is usually not working on IE. 

--
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