Author: kkolinko
Date: Tue Feb 23 06:48:13 2010
New Revision: 915205
URL: http://svn.apache.org/viewvc?rev=915205&view=rev
Log:
veto
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=915205&r1=915204&r2=915205&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Tue Feb 23 06:48:13 2010
@@ -172,7 +172,24 @@
Vary should add to Vary header rather than over-write it
http://svn.apache.org/viewvc?rev=907544&view=rev
+1: markt, jfclere, fhanik
- -1:
+ -1: kkolinko:
+ Note, that having multiple Vary headers is not compliant with RFC 2616
+
+ 4.2 Message Headers says:
+
+ > Multiple message-header fields with the same field-name MAY be present
+ > in a message if and only if the entire field-value for that header
+ > field is defined as a comma-separated list [i.e., #(values)].
+
+ 14.44 Vary says:
+
+ > Vary = "Vary" ":" ( "*" | 1#field-name )
+
+ thus the condition described in 4.2 is not met. Also if we are going to
+ concatenate values here, "*" value will require special processing.
+
+ http://tools.ietf.org/html/rfc2616
+
* More memory leak protection
We can do something about threads started via java.util.Timer
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]