You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2008/06/13 02:43:57 UTC

svn commit: r667306 - /httpd/httpd/branches/2.0.x/STATUS

Author: covener
Date: Thu Jun 12 17:43:56 2008
New Revision: 667306

URL: http://svn.apache.org/viewvc?rev=667306&view=rev
Log:
propose recursive errordocument issue for backport

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

Modified: httpd/httpd/branches/2.0.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/STATUS?rev=667306&r1=667305&r2=667306&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/STATUS (original)
+++ httpd/httpd/branches/2.0.x/STATUS Thu Jun 12 17:43:56 2008
@@ -138,6 +138,15 @@
        http://people.apache.org/~fuankg/diffs/httpd-2.0.x-ap_vhost_iterate_given_conn.diff
     +1: fuankg, wrowe
 
+  * Backport 354118: Fix recursive ErrorDocument handling [when r->status isn't
+    HTTP_OK upon first pass through ap_die()]. PR #36090
+    Trunk version of patch:
+       http://svn.apache.org/viewvc?view=rev&revision=354118
+    Backport version for 2.0.x of patch:
+       (trunk version works)
+    +1: covener
+      
+
 PATCHES TO BACKPORT THAT ARE ON HOLD OR NOT GOING ANYWHERE SOON:
 
     *) mod_headers: Support {...}s tag for SSL variable lookup.