]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
STATUS update:
authorNick Kew <niq@apache.org>
Sun, 28 Oct 2007 18:58:11 +0000 (18:58 +0000)
committerNick Kew <niq@apache.org>
Sun, 28 Oct 2007 18:58:11 +0000 (18:58 +0000)
PR 42592 - remove obsoleted comments; post 2.2.x patch to convert rpluem vote
PR 41798 - Propose backport of fix in 588791

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@589394 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index eefd7d2cdc54618325e43bc16d4d3e4839e70560..c1129f510c5400017f3be3ef0855ca61ca44b546 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -185,12 +185,8 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
    * mod_proxy_http: Don't mangle proxied URLs
      PR 42592
      http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/mod_proxy_http.c?r1=582655&r2=583803&pathrev=583803
-     +1: niq
-     -1: jim: As per Roy, (forward) proxies should not check
-              the URI. See r583466 and r583803.
-     niq: updated proposal to address Roy & Jim's points.
-     rpluem: The first hunk of your patch fails (the include) because it is
-     already there. Remove this and I am +1.
+     2.2.x patch: http://people.apache.org/~niq/42592.patch
+     +1: niq, rpluem
 
    * core: backport ap_send_interim_response API
      http://svn.apache.org/viewvc?view=rev&revision=582630
@@ -211,6 +207,17 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      http://svn.apache.org/viewvc?view=rev&revision=589177
      +1: niq, rpluem
 
+   * mod_proxy: add "nocanon" option to ProxyPass, to suppress
+     canonicalisation of reverse-proxied URLs.
+     PR 41798
+     trunk:
+        http://svn.apache.org/viewvc?view=rev&revision=588791
+     2.2.x:
+        mod_proxy.c patch at http://people.apache.org/~niq/41798.patch
+        mod_proxy_http.c patch: trunk works after applying PR#42592 patch
+        Other files: trunk patch works.
+     +1: niq
+
 PATCHES/ISSUES THAT ARE STALLED
 
     * mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the ability