]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose bugfix backport
authorNick Kew <niq@apache.org>
Thu, 28 Sep 2006 11:17:13 +0000 (11:17 +0000)
committerNick Kew <niq@apache.org>
Thu, 28 Sep 2006 11:17:13 +0000 (11:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@450808 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 4ffca824b80d52701de75c93754301d20d661850..5b4749997ccce98a6151bda2f34bee8bbf81957c 100644 (file)
--- 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