DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=31266>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31266

RequestUtil.parseCookieHeader not fully RFC 2109 compliant

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WORKSFORME                  |
            Version|3.3 Final                   |3.2.2 Final



------- Additional Comments From [EMAIL PROTECTED]  2004-09-17 15:38 -------
I appologize for getting ahead of myself. The RequestUtil.parseCookieHeader
method is in Tomcat 5.5. RequestUtil.processCookies is in Tomcat 3.2.2 final
here:
http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat/src/share/org/apache/tomcat/util/Attic/RequestUtil.java?rev=1.14.2.1&only_with_tag=tomcat_32_final&view=markup

I'm not sure how Tomcat 3.3 handles cookie parsing however if a cookie header
looks like this is presented to Tomcat 3.2.2 you will get an Illegal Argument
Exception from javax.servlet.http.cookie if anyone calls RequestUtil.procesCookies:

cookie: Foo=Bar; $Domain=.acme.com; $Path=/acme/ammo

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to