From: William A. Rowe Jr Date: Wed, 27 Jan 2010 00:33:45 +0000 (+0000) Subject: Now that we have a resolution working on www.a.o, time to backport X-Git-Tag: 2.2.15~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad126af33fc44c7a19f5fd50cd24d79fd636dc03;p=thirdparty%2Fapache%2Fhttpd.git Now that we have a resolution working on www.a.o, time to backport git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@903513 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 819024225c3..b0b17060d94 100644 --- a/STATUS +++ b/STATUS @@ -152,7 +152,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: * http_request: We don't need to create new->allowed_methods both on line 413 and again on line 450. Patch: http://svn.apache.org/viewvc?view=revision&revision=897570 - +1: niq, sf + +1: niq, sf, wrowe * mod_authnz_ldap: log authn failures at INFO instead of WARN Trunk Patch: http://svn.apache.org/viewvc?rev=902641&view=rev @@ -161,6 +161,16 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: niq asks: Why not debug level, as with the previous case? Presumably the main log message is the one from mod_auth_[basic|digest]? Ping me back on IRC to convince me to +1 this. + + * Ensure each subrequest has a shallow copy of headers_in so that the + parent request headers are not corrupted. Elimiates a problematic + optimization in the case of no request body. PR 48359 + [Jake Scott, William Rowe, Ruediger Pluem] + Applied to trunk; + http://svn.apache.org/viewvc/httpd/httpd/trunk/server/protocol.c?r1=901578&r2=901577 + Ported to 2.2; + http://people.apache.org/~wrowe/protocol_headers_copy.patch + +1: wrowe PATCHES/ISSUES THAT ARE STALLED