You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ni...@apache.org on 2007/11/22 01:14:23 UTC

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

Author: niq
Date: Wed Nov 21 16:14:22 2007
New Revision: 597272

URL: http://svn.apache.org/viewvc?rev=597272&view=rev
Log:
New proposals:
  * 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.

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=597272&r1=597271&r2=597272&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Wed Nov 21 16:14:22 2007
@@ -200,6 +200,20 @@
          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 @@
               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.
-