From: Lars Eilebrecht Date: Mon, 2 Feb 2009 23:33:51 +0000 (+0000) Subject: propose patch for mod_deflate to fix creation of invalid Etags. X-Git-Tag: 2.2.12~230 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4a7b391e5899580af8f1096af4f984ddbe418c5;p=thirdparty%2Fapache%2Fhttpd.git propose patch for mod_deflate to fix creation of invalid Etags. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@740151 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index b84305ff555..4c87ec6805a 100644 --- 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).