[jboss-jira] [JBoss JIRA] Resolved: (JBAS-6766) The cookie can't contain "=" and ":"
Remy Maucherat (JIRA)
jira-events at lists.jboss.org
Fri Apr 10 08:15:23 EDT 2009
[ https://jira.jboss.org/jira/browse/JBAS-6766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Remy Maucherat resolved JBAS-6766.
----------------------------------
Resolution: Rejected
This portion of the code is synced with Tomcat 6.0.18+, but in AS JBoss Web operates with STRICT_SERVLET_COMPLIANCE set to true by default (false in Tomcat of JBoss Web standalone by default). Your cookie is invalid as a v0 cookie, and it will not be automatically swtitched to a v1 cookie due to the compliance flag.
> The cookie can't contain "=" and ":"
> ------------------------------------
>
> Key: JBAS-6766
> URL: https://jira.jboss.org/jira/browse/JBAS-6766
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Web (Tomcat) service
> Affects Versions: JBossAS-5.0.1.GA
> Environment: Windows XP, JDK1.5.18
> Reporter: Barry Bai
> Assignee: Remy Maucherat
>
> When my cookie contains "=" or ":", Tomcat will remove them to make a cookie string.
> What version tomcat is using in JBoss AS 5.0.1GA?
> I know Tomcat v6.0.16 has this problem. but 6.0.18 is good.
> Thanks.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list