]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Add proposal
authorRuediger Pluem <rpluem@apache.org>
Mon, 26 May 2008 15:10:42 +0000 (15:10 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 26 May 2008 15:10:42 +0000 (15:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@660209 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 7958ce85f1384190b608e7249534268ed465ae48..7187b862cbe3f78ab54eddc5470a0551c0e64915 100644 (file)
--- 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