summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Kew <niq@apache.org>2006-09-13 19:45:30 +0000
committerNick Kew <niq@apache.org>2006-09-13 19:45:30 +0000
commit3536455ed0b1d5a7b04fd1ffeb1531c251d5345d (patch)
tree9386cc30e46829632340cb763738f76f3b780334
parent10ba249b403f80e426480e6defd9fd8ecd90d38f (diff)
downloadhttpd-3536455ed0b1d5a7b04fd1ffeb1531c251d5345d.tar.gz
Propose backporting bugfix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@443095 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--STATUS6
1 files changed, 6 insertions, 0 deletions
diff --git a/STATUS b/STATUS
index df63084d06..31b1eaa920 100644
--- a/STATUS
+++ b/STATUS
@@ -158,6 +158,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
Patch; http://issues.apache.org/bugzilla/attachment.cgi?id=16495
+1: wrowe, rpluem
+ * mod_cgi and mod_cgid: Don't use apr_status_t error return
+ from input filters as HTTP return value from the handler.
+ PR#31579.
+ Trunk: http://svn.apache.org/viewvc?view=rev&revision=442758
+ +1: niq
+
PATCHES TO BACKPORT THAT ARE ON HOLD OR NOT GOING ANYWHERE SOON:
*) mod_headers: Support {...}s tag for SSL variable lookup.