The current version of this file can be found at:
- * http://svn.apache.org/repos/asf/httpd/httpd/trunk/STATUS
+ * http://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x/STATUS
Documentation status is maintained seperately and can be found at:
showstopper.
pquerna agrees: Not a regression from 2.0.x.
- * the edge connection filter cannot be removed
- http://marc.theaimsgroup.com/?l=apache-httpd-dev&m=105366252619530&w=2
-
- jerenkrantz asks: Why should this block a release?
-
- stas replies: because it requires a rewrite of the filters stack
- implementation (you have suggested that) and once 2.2 is
- released you can't do that anymore.
-
- pquerna says: Rewriting the filter stack can happen after 2.2, imo.
- This isn't a regression from 2.0.x.
-
CURRENT VOTES:
* httpd-std.conf and friends
RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
+ * the edge connection filter cannot be removed
+ http://marc.theaimsgroup.com/?l=apache-httpd-dev&m=105366252619530&w=2
+
+ jerenkrantz asks: Why should this block a release?
+
+ stas replies: because it requires a rewrite of the filters stack
+ implementation (you have suggested that) and once 2.2 is
+ released you can't do that anymore.
+
+ pquerna says: Rewriting the filter stack can happen after 2.2, imo.
+ This isn't a regression from 2.0.x.
+
* mod_cache currently trumps mod_authz_host. When serving local content,
the directives: "Allow from 10.0.0.0/8\nDeny from all" become
meaningless, as any content cached will be served to any IP address.