From: Ruediger Pluem Date: Mon, 26 May 2008 15:10:42 +0000 (+0000) Subject: * Add proposal X-Git-Tag: 2.2.9~131 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f5428e3fed81712646e2b03ce5fe2692374e5d8;p=thirdparty%2Fapache%2Fhttpd.git * Add proposal git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@660209 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 7958ce85f13..7187b862cbe 100644 --- a/STATUS +++ b/STATUS @@ -210,6 +210,16 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: Roy replies: the patch adds an id lookup and replaces the atoi id with the validated result. Invalid input will now error out. + * mod_proxy_ajp: Do not retry request in the case that we either failed to + sent a part of the request body or if the request is not idempotent. PR44334 + Trunk version of patch: + http://svn.apache.org/viewvc?rev=617822&view=rev + http://svn.apache.org/viewvc?rev=627097&view=rev + http://svn.apache.org/viewvc?rev=660207&view=rev + Backport version for 2.2.x of patch: + Trunk version of patch works + +1: rpluem, + PATCHES/ISSUES THAT ARE STALLED * beos MPM: Create pmain pool and run modules' child_init hooks when