]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
New proposals:
authorNick Kew <niq@apache.org>
Thu, 22 Nov 2007 00:14:22 +0000 (00:14 +0000)
committerNick Kew <niq@apache.org>
Thu, 22 Nov 2007 00:14:22 +0000 (00:14 +0000)
  * Bugfix for PR 43882 (new)
  * Variable interpolation in mod_proxy.  This revives an old proposal
    that was vetoed by wrowe, and deals with his concerns.

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

STATUS

diff --git a/STATUS b/STATUS
index bd840749ca67be3de8a16977c4041a57f64aa03a..aa8c91551303857c3462cfe39d5fbb4dff96dfaa 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -200,6 +200,20 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
          http://people.apache.org/~trawick/rotatelogs.txt
      +1: trawick
 
+   * http_filters: Fix handling of unrecognised Transfer Encodings
+     PR 43882
+     http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/http/http_filters.c?r1=592951&r2=595954
+
+    * mod_proxy: Support variable interpolation in reverse proxy configuration
+      (revised proposal dealing with wrowe's concerns).
+      trunk:
+        http://svn.apache.org/viewvc?view=rev&revision=421686  (code)
+        http://svn.apache.org/viewvc?view=rev&revision=422178  (code)
+        http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml?r1=420990&r2=421725 (docs)
+        http://svn.apache.org/viewvc?view=rev&revision=589371  (code+docs)
+      2.2.x:
+        http://people.apache.org/~niq/proxy-interp.patch
+
 PATCHES/ISSUES THAT ARE STALLED
 
    * beos MPM: Create pmain pool and run modules' child_init hooks when
@@ -225,15 +239,3 @@ PATCHES/ISSUES THAT ARE STALLED
               need to be added to this. See also
               http://mail-archives.apache.org/mod_mbox/httpd-dev/200607.mbox/%3c20060723093125.GA19423@redhat.com%3e
               and follow ups for more details.
-
-    * mod_proxy: Support variable interpolation in reverse proxy configuration
-      http://svn.apache.org/viewvc?view=rev&revision=421686  (code)
-      http://svn.apache.org/viewvc?view=rev&revision=422178  (code)
-      http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml?r1=420990&r2=421725 (docs)
-      +1: niq, mturk
-      -1: wrowe notes; modifying the existing syntax makes collaboration 
-          impossible by an admin team - unexpected side effects and the rest.
-          ProxyPassEnv* or ProxyPassSubstitute* directives that add this
-          behavior on a pattern-by-pattern basis would win my -1 to a +1,
-          and solve the performance hits noted by niq on an 80/20 basis.
-