You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jf...@apache.org on 2009/04/16 11:17:58 UTC

svn commit: r765533 - /tomcat/current/tc5.5.x/STATUS.txt

Author: jfclere
Date: Thu Apr 16 09:17:58 2009
New Revision: 765533

URL: http://svn.apache.org/viewvc?rev=765533&view=rev
Log:
Remove mine and vote Mark one.
Well I don't want the HttpOnly in the same patch because that is a new feature.

Modified:
    tomcat/current/tc5.5.x/STATUS.txt

Modified: tomcat/current/tc5.5.x/STATUS.txt
URL: http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS.txt?rev=765533&r1=765532&r2=765533&view=diff
==============================================================================
--- tomcat/current/tc5.5.x/STATUS.txt (original)
+++ tomcat/current/tc5.5.x/STATUS.txt Thu Apr 16 09:17:58 2009
@@ -167,7 +167,7 @@
   Port all cookie changes from 6.0.x
   https://issues.apache.org/bugzilla/attachment.cgi?id=23421
   +1: markt
-  -1: 
+  -1: jfclere (I would like to vote +1 if but the HttpOnly is a new feature).
 
 * Fix locking in cluster/tcp/FastAsyncSocketSender:
   Locking in DataSender and the sub class FastAsyncSocketSender
@@ -254,20 +254,3 @@
   http://svn.apache.org/viewvc?view=rev&revision=762868
   +1: markt
   -1: 
-
-* Fix typo in connectors/util/java/org/apache/tomcat/util/http/ServerCookie.java
-+++
-@@ -340,7 +340,7 @@
-             throw new IllegalArgumentException("Control character in cookie
-value, consider BASE64 encoding your value");
-         else if (alreadyQuoted(value)) {
-             buf.append('"');
--            buf.append(escapeDoubleQuotes(value,1,value.length()-1)); buf.append('"');
-+            buf.append(escapeDoubleQuotes(value,1,value.length()-1));
-             buf.append('"');
-         } else if (version==0 && !isToken(value)) {
-             buf.append('"');
-+++
-  +1: jfclere
-  -1: markt - This is already included in the port of all 6.0.x cookie changes above
-



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