actually, IE only supports quoting of the value for v0 cookies.
honestly, I wasn't up for the backwards compatible fix, but since it
turns out that most folks use v0 cookies with v1 values, this is an evil
must.
without the below fix, every single JSESSIONID cookie will not work on IE.
Filip
[EMAIL PROTECTED] wrote:
Author: markt
Date: Fri Mar 7 15:39:30 2008
New Revision: 634863
URL: http://svn.apache.org/viewvc?rev=634863&view=rev
Log:
vote
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=634863&r1=634862&r2=634863&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Fri Mar 7 15:39:30 2008
@@ -104,5 +104,10 @@
for v0 cookies.
http://svn.apache.org/viewvc?view=rev&revision=634513
+1: fhanik
+ -0: markt If the current code thinks the path needs quoting then you
+ are in very uncertain territory for v0 cookies anyway and
+ the chances are that something is going to break. I would
+ rather keep the consistency of the quoting that might
+ break a browser that have inconsistent handling of
+ elements of the cookie header.
-1:
-
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]