]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
propose backport of simple mod_ext_filter fix
authorJeff Trawick <trawick@apache.org>
Mon, 4 Sep 2006 11:12:57 +0000 (11:12 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 4 Sep 2006 11:12:57 +0000 (11:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@440029 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 9fbcbe8dd031fc5a4a5d0d144fc7ad9873185b4a..2e46c6c679176d5d8e9c6569f20c6c8dfedaaef0 100644 (file)
--- 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