Re: svn commit: r634863 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-03-18 Thread Mark Thomas
Filip Hanik - Dev Lists wrote: Mark Thomas wrote: The version switch is activated by a greater set of characters than it really needs to be. I should be able to modify my patch to only switch when there are characters in a v1 cookie that will cause problems. I'll try and look at this tomorrow

Re: svn commit: r634863 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-03-17 Thread Filip Hanik - Dev Lists
Mark Thomas wrote: Filip Hanik - Dev Lists wrote: Mark Thomas wrote: Filip Hanik - Dev Lists wrote: 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, thi

Re: svn commit: r634863 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-03-17 Thread Mark Thomas
Filip Hanik - Dev Lists wrote: Mark Thomas wrote: Filip Hanik - Dev Lists wrote: 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.

Re: svn commit: r634863 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-03-17 Thread Filip Hanik - Dev Lists
Mark Thomas wrote: Filip Hanik - Dev Lists wrote: 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 s

Re: svn commit: r634863 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-03-15 Thread Mark Thomas
Filip Hanik - Dev Lists wrote: 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 coo

Re: svn commit: r634863 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-03-09 Thread Filip Hanik - Dev Lists
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