]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
promote two approved backports
authorEric Covener <covener@apache.org>
Mon, 17 Jan 2011 23:10:16 +0000 (23:10 +0000)
committerEric Covener <covener@apache.org>
Mon, 17 Jan 2011 23:10:16 +0000 (23:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1060127 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index a09ab75293023921c2e55a308d7157f2062dc10c..5ea05a8d596a3379134181ed138ac2272e316eeb 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -98,6 +98,24 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
      2.2.x patch: http://people.apache.org/~minfrin/httpd-mod_cache-304-fix-2.patch
      +1: minfrin, jim, covener
 
+   * core: honor "AcceptPathInfo OFF" for internal redirects, such as those
+     generated by mod_rewrite in per-dir context.  This would be left floating
+     around in the request_rec with a pcalloc'ed value, so the core fixup
+     hook thought some module had overridden it. PR 50349.
+     Trunk patch: http://svn.apache.org/viewvc?rev=1043023&view=rev
+     2.2.x patch: http://people.apache.org/~covener/patches/2.2.x-accept_pathinfo_redir.diff
+    +1 covener, rpluem, jorton
+
+   * mod_dav: If a malformed Content-Range header is received for a PUT request,
+     we must not use the supplied content per RFC 2616 14.16. Send 400 response
+     instead of ignoring the Content-Range.
+     PR: 49825
+     Trunk version of patch:
+       http://svn.apache.org/viewvc?rev=1026743&view=rev
+     Backport version for 2.2.x of patch:
+       Trunk version of patch works
+     +1: rpluem, jorton, covener
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -188,14 +206,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.2.x patch:  http://people.apache.org/~covener/patches/2.2.x-userdir_merge.diff 
      +1 covener, rpluem
 
-   * core: honor "AcceptPathInfo OFF" for internal redirects, such as those
-     generated by mod_rewrite in per-dir context.  This would be left floating
-     around in the request_rec with a pcalloc'ed value, so the core fixup
-     hook thought some module had overridden it. PR 50349.
-     Trunk patch: http://svn.apache.org/viewvc?rev=1043023&view=rev
-     2.2.x patch: http://people.apache.org/~covener/patches/2.2.x-accept_pathinfo_redir.diff
-    +1 covener, rpluem, jorton
-
    * mod_proxy_http: Become aware of ssl handshake failures when attempting
      to pass request. Makes it so workers are put in error state when a
      handshake failure is encountered.
@@ -224,15 +234,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       Trunk version of patch works
     +1: rpluem, covener
 
-  * mod_dav: If a malformed Content-Range header is received for a PUT request,
-    we must not use the supplied content per RFC 2616 14.16. Send 400 response
-    instead of ignoring the Content-Range.
-    PR: 49825
-    Trunk version of patch:
-      http://svn.apache.org/viewvc?rev=1026743&view=rev
-    Backport version for 2.2.x of patch:
-      Trunk version of patch works
-    +1: rpluem, jorton, covener
 
 PATCHES/ISSUES THAT ARE STALLED