]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
propose patch for mod_deflate to fix creation of invalid Etags.
authorLars Eilebrecht <lars@apache.org>
Mon, 2 Feb 2009 23:33:51 +0000 (23:33 +0000)
committerLars Eilebrecht <lars@apache.org>
Mon, 2 Feb 2009 23:33:51 +0000 (23:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@740151 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index b84305ff555e3ede868ce1790aa2f8e199754f03..4c87ec6805a77417b93f99dbad88a25849ee7522 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -100,6 +100,15 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       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).