From: Nick Kew Date: Thu, 28 Sep 2006 11:17:13 +0000 (+0000) Subject: Propose bugfix backport X-Git-Tag: 2.2.4~147 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cbfed4ce26cd65d5b3cbbc0c4e3b2027be0934a;p=thirdparty%2Fapache%2Fhttpd.git Propose bugfix backport git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@450808 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 4ffca824b80..5b4749997cc 100644 --- a/STATUS +++ b/STATUS @@ -240,3 +240,9 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: Trunk: http://svn.apache.org/viewvc?view=rev&revision=450089 +1: minfrin + * core: Deal with the widespread use of apr_status_t return values + as HTTP status codes, as documented in PR#31759 (a bug shared by + the default handler, mod_cgi, mod_cgid, mod_proxy, and probably + others). + http://svn.apache.org/viewvc?view=rev&revision=448711 + +1: niq