You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by la...@apache.org on 2009/02/03 00:33:52 UTC

svn commit: r740151 - /httpd/httpd/branches/2.2.x/STATUS

Author: lars
Date: Mon Feb  2 23:33:51 2009
New Revision: 740151

URL: http://svn.apache.org/viewvc?rev=740151&view=rev
Log:
propose patch for mod_deflate to fix creation of invalid Etags.

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=740151&r1=740150&r2=740151&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Mon Feb  2 23:33:51 2009
@@ -100,6 +100,15 @@
       http://people.apache.org/~jim/patches/httpd-2.2-lbset.patch
    +1: jim, rpluem
 
+ * mod_deflate: Fix creation of invalid Etags with mod_deflate
+   (PR 39727, comment #22)
+   Trunk version of patch:
+      http://svn.apache.org/viewvc?view=rev&revision=740149
+   Backport version for 2.2.x of patch:
+      http://people.apache.org/~lars/mod_deflate_etagfix.patch
+   +1: lars
+
+
 PATCHES/ISSUES THAT ARE STALLED
 
    * mod_ssl: Add server name indication (RFC 4366) support (PR 34607).