]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
New patch for mod_proxy_ajp fix
authorJim Jagielski <jim@apache.org>
Tue, 10 Jul 2012 14:30:39 +0000 (14:30 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 10 Jul 2012 14:30:39 +0000 (14:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1359698 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 511294985bdbb27d91fc8dd1317ab4b107c26f81..c27635aa42a8076a75a85bbd6a7d86debe8f6741 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -122,10 +122,11 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
   * mod_proxy_ajp: Missing support for ErrorOverride
     Trunk patch: http://svn.apache.org/viewvc?rev=1087864&view=rev
-    2.2.x patch: https://issues.apache.org/bugzilla/attachment.cgi?id=27976
+    2.2.x patch: http://people.apache.org/~jim/patches/mod_proxy_ajp-erroroverride.patch
     +1: igalic, jim
     rpluem says: The proposed patch contains tabs and indenting is not correct.
                  This should be fixed first.
+    jim sez:     Check out new patch
 
   * mod_dumpio: Return an error code from a previous input filter
     PR 52914