You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2012/07/10 16:30:40 UTC

svn commit: r1359698 - /httpd/httpd/branches/2.2.x/STATUS

Author: jim
Date: Tue Jul 10 14:30:39 2012
New Revision: 1359698

URL: http://svn.apache.org/viewvc?rev=1359698&view=rev
Log:
New patch for mod_proxy_ajp fix

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=1359698&r1=1359697&r2=1359698&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Tue Jul 10 14:30:39 2012
@@ -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