You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2011/01/18 00:10:16 UTC

svn commit: r1060127 - /httpd/httpd/branches/2.2.x/STATUS

Author: covener
Date: Mon Jan 17 23:10:16 2011
New Revision: 1060127

URL: http://svn.apache.org/viewvc?rev=1060127&view=rev
Log:
promote two approved backports

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=1060127&r1=1060126&r2=1060127&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Mon Jan 17 23:10:16 2011
@@ -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