From 9451912b8e123624f1947620e047d8650551dbbe Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Mon, 9 Apr 2012 10:17:09 +0000 Subject: [PATCH] propose a load of fixes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1311186 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/STATUS b/STATUS index 99b29c8dd6..5aefc0cf2b 100644 --- a/STATUS +++ b/STATUS @@ -98,6 +98,36 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: (applies cleanly to 2.4.x) +1: nd + * mod_proxy_fcgi: Report errors to the client + Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1311172 + 2.4 patch: Trunk patch works + +1: sf + + * core: Fix error handling in ap_scan_script_header_err_brigade() if there + is no EOS bucket in the brigade. + Also don't loop if there is a timeout when discarding the script output. + PR: 48272 (partial fix) + Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1311174 + 2.4 patch: Trunk patch works + +1: sf + + * mod_authz_core: Fix parsing of Require arguments in . + Add some logging and an assert for a case that should not happen. + PR: 53048 + Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1311183 + 2.4 patch: Trunk patch works + +1: sf + + * mod_lua: Log better error message if parsing of a script fails (including + the line number of a syntax error!). + Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1305586 + 2.4 patch: Trunk patch works + +1: sf + + * mod_filter: Add some trace logging for AddOutputFilterByType + Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1299783 + 2.4 patch: Trunk patch works + +1: sf PATCHES/ISSUES THAT ARE STALLED -- 2.40.0