Author: jfclere
Date: Wed Apr 15 14:56:38 2009
New Revision: 765223

URL: http://svn.apache.org/viewvc?rev=765223&view=rev
Log:
Found a typo...

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=765223&r1=765222&r2=765223&view=diff
==============================================================================
--- tomcat/current/tc5.5.x/STATUS.txt (original)
+++ tomcat/current/tc5.5.x/STATUS.txt Wed Apr 15 14:56:38 2009
@@ -254,3 +254,20 @@
   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: 
+



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

Reply via email to