You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Ivan (JIRA)" <ji...@apache.org> on 2010/05/17 05:10:41 UTC

[jira] Created: (GERONIMO-5308) Use cookie version 0 for Tomcat 7

Use cookie version 0 for Tomcat 7
---------------------------------

                 Key: GERONIMO-5308
                 URL: https://issues.apache.org/jira/browse/GERONIMO-5308
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: Tomcat
    Affects Versions: 3.0
            Reporter: Ivan
             Fix For: 3.0


In the latest Tomcat 7, some new features about cookie version 1 is are added, while setting strict_servlet_complliance, it would use cookie version 1. From my testing, it would broke the IE, it always rejects the cookie values as double quote is used to wrap the values. But firefox works well ...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (GERONIMO-5308) Use cookie version 0 for Tomcat 7

Posted by "Ivan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivan resolved GERONIMO-5308.
----------------------------

    Resolution: Fixed

I commit some changes to trunk At revision: 944957. Now we would always use cookie version 0.
Please figure out if I miss anything !

> Use cookie version 0 for Tomcat 7
> ---------------------------------
>
>                 Key: GERONIMO-5308
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5308
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Tomcat
>    Affects Versions: 3.0
>            Reporter: Ivan
>             Fix For: 3.0
>
>
> In the latest Tomcat 7, some new features about cookie version 1 is are added, while setting strict_servlet_complliance, it would use cookie version 1. From my testing, it would broke the IE, it always rejects the cookie values as double quote is used to wrap the values. But firefox works well ...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (GERONIMO-5308) Use cookie version 0 for Tomcat 7

Posted by "Rick McGuire (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick McGuire updated GERONIMO-5308:
-----------------------------------

    Fix Version/s: 3.0-M1
                       (was: 3.0)

> Use cookie version 0 for Tomcat 7
> ---------------------------------
>
>                 Key: GERONIMO-5308
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5308
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Tomcat
>    Affects Versions: 3.0
>            Reporter: Ivan
>             Fix For: 3.0-M1
>
>
> In the latest Tomcat 7, some new features about cookie version 1 is are added, while setting strict_servlet_complliance, it would use cookie version 1. From my testing, it would broke the IE, it always rejects the cookie values as double quote is used to wrap the values. But firefox works well ...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.