From: Nick Kew Date: Sat, 4 Jul 2009 20:40:07 +0000 (+0000) Subject: Backport proposals X-Git-Tag: 2.2.12~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c550c7f7509ea7677cbed8b1ff668db38cb61480;p=thirdparty%2Fapache%2Fhttpd.git Backport proposals git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@791177 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 1e8394929b1..e839c276133 100644 --- a/STATUS +++ b/STATUS @@ -141,6 +141,34 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: Trunk version of patch works +1: rpluem, + * mod_proxy_http: fix case sensitivity checking transfer encoding + PR 47383 + Patch: http://svn.apache.org/viewvc?view=rev&revision=785661 + +1: niq + + * mod_dir: add DefaultHandler directive + PR 47184 + Trunk patch: http://svn.apache.org/viewvc?view=rev&revision=785425 + 2.2.x patch: http://people.apache.org/~niq/patches/47184.patch + (identical but for offsets, but patch failed on trunk version) + +1: niq + + * mod_alias: Enforce sanity in args to Redirect + PR 44729 + patch: http://svn.apache.org/viewvc?view=rev&revision=778942 + +1: niq + + * mod_proxy_http: fix Host: header for literal IPv6 addresses. + PR 47177 + patch: http://svn.apache.org/viewvc?view=rev&revision=778531 + +1: niq + + * mod_rewrite: Remove locking for writing to the rewritelog. + PR 46942 + trunk patch: http://svn.apache.org/viewvc?view=rev&revision=783734 + 2.2.x patch: http://people.apache.org/~niq/patches/46942.patch + +1: niq + PATCHES/ISSUES THAT ARE STALLED * srclib/pcre and vendor/pcre