Author: rpluem
Date: Mon Jul 12 09:57:51 2010
New Revision: 963233
URL: http://svn.apache.org/viewvc?rev=963233&view=rev
Log:
* Add proposal
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=963233&r1=963232&r2=963233&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Mon Jul 12 09:57:51 2010
@@ -216,6 +216,15 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
2.2.x: http://people.apache.org/~niq/patches/46594.patch
+1: niq
+ * core: Filter init functions are now run strictly once per request
+ before handler invocation. The init functions are no longer run
+ for connection filters. PR 49328.
+ Trunk version of patch:
+ http://svn.apache.org/viewcvs.cgi?rev=953311&view=rev
+ Backport version for 2.2.x of patch:
+ Trunk version of patch works
+ +1: rpluem,
+
PATCHES/ISSUES THAT ARE STALLED
* core: Support wildcards in both the directory and file components of
|