You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by fh...@apache.org on 2007/11/08 18:53:33 UTC

svn commit: r593238 - /tomcat/tc6.0.x/trunk/STATUS

Author: fhanik
Date: Thu Nov  8 09:53:25 2007
New Revision: 593238

URL: http://svn.apache.org/viewvc?rev=593238&view=rev
Log:
2nd Patch includes the first, so combine them

Modified:
    tomcat/tc6.0.x/trunk/STATUS

Modified: tomcat/tc6.0.x/trunk/STATUS
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS?rev=593238&r1=593237&r2=593238&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS (original)
+++ tomcat/tc6.0.x/trunk/STATUS Thu Nov  8 09:53:25 2007
@@ -47,24 +47,7 @@
   +1: markt
   -1:
 
-* Fix cookie $Version parsing 
-  Index: java/org/apache/tomcat/util/http/Cookies.java
-  ===================================================================
-  --- java/org/apache/tomcat/util/http/Cookies.java	(revision 589807)
-  +++ java/org/apache/tomcat/util/http/Cookies.java	(working copy)
-  @@ -487,7 +487,7 @@
-                   if (equals( "Version", bytes, nameStart, nameEnd) && 
-                       sc == null) {
-                       // Set version
-  -                    if( bytes[valueStart] =='1' && valueEnd == valueStart) {
-  +                    if( bytes[valueStart] =='1' && valueEnd == (valueStart+1)) {
-                           version=1;
-                       } else {
-                           // unknown version (Versioning is not very strict)
-  
- +1: fhanik, jfclere
- -1:
-
 * Fix double quoting of quoted-string. http://people.apache.org/~jfclere/patches/cookies.tck.patch
-  +1: jfclere
+  and $Version parsing
+  +1: jfclere, fhanik
   -1:



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org