From: Jeff Trawick Date: Mon, 4 Sep 2006 11:12:57 +0000 (+0000) Subject: propose backport of simple mod_ext_filter fix X-Git-Tag: 2.2.4~177 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7d624a0d4ab2ed38ab1705787cfba761026e212;p=thirdparty%2Fapache%2Fhttpd.git propose backport of simple mod_ext_filter fix git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@440029 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 9fbcbe8dd03..2e46c6c6791 100644 --- a/STATUS +++ b/STATUS @@ -173,3 +173,10 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: -1: rpluem: Sorry for nitpicking, but the 2.2 version contains additional code from http://svn.apache.org/viewvc?view=rev&revision=421686 (proxy_interpolatem, proxy_vars) which does not belong to the pingpong patch. + + * mod_ext_filter: Handle filter names which include capital letters. + PR 40323. + Trunk patch, which applies: + http://svn.apache.org/viewvc?view=rev&revision=440028 + +1: trawick +