From: Eric Covener Date: Fri, 13 Jun 2008 00:43:56 +0000 (+0000) Subject: propose recursive errordocument issue for backport X-Git-Tag: 2.0.64~150 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f762885b6eabe152609bee3b9ee75049cf60d930;p=thirdparty%2Fapache%2Fhttpd.git propose recursive errordocument issue for backport git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@667306 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index b875d686726..1eb0aca599d 100644 --- a/STATUS +++ b/STATUS @@ -138,6 +138,15 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 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.