Le 14/09/2013 16:01, [email protected] a écrit :
Author: minfrin
Date: Sat Sep 14 14:01:27 2013
New Revision: 1523242
URL: http://svn.apache.org/r1523242
Log:
mod_filter: Allow mod_filter to undo equiv of change=yes that was
baked into a filter provider.
trunk patch: http://svn.apache.org/r1519475
Submitted by: covener
Reviewed by: jim, minfrin
Modified:
httpd/httpd/branches/2.4.x/ (props changed)
httpd/httpd/branches/2.4.x/CHANGES
httpd/httpd/branches/2.4.x/STATUS
httpd/httpd/branches/2.4.x/modules/filters/mod_filter.c
Propchange: httpd/httpd/branches/2.4.x/
------------------------------------------------------------------------------
Merged /httpd/httpd/trunk:r1519475
Modified: httpd/httpd/branches/2.4.x/CHANGES
URL:
http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?rev=1523242&r1=1523241&r2=1523242&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/CHANGES [utf-8] Sat Sep 14 14:01:27 2013
@@ -2,6 +2,10 @@
Changes with Apache 2.4.7
+ *) mod_filter: Add "change=no" as a proto-flag to FilterProtocol
+ to remove a providers initial flags set at registration time.
+ [Eric Covener]
+
*) core, mod_ssl: Enable the ability for a module to reverse the sense of
a poll event from a read to a write or vice versa. This is a step on
the way to allow mod_ssl taking full advantage of the event MPM.
I think that it should also be updated in the doc.
CJ