From: Eric Covener Date: Sat, 25 Jan 2014 18:30:50 +0000 (+0000) Subject: backported before 2.4.7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40b289c527e3f2ce04525f53991cbb9e6b27ebc2;p=thirdparty%2Fapache%2Fhttpd.git backported before 2.4.7 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1561364 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 9cbc494f46d..d2b096cbd0d 100644 --- a/CHANGES +++ b/CHANGES @@ -116,20 +116,6 @@ Changes with Apache 2.5.0 They were truncated to 31 characters which is not enough for IPv6 addresses. PR 54848 [Bernhard Schmidt ] - *) mod_lua: If the first yield() of a LuaOutputFilter returns a string, it should - be prefixed to the response as documented. [Eric Covener] - - *) mod_lua: Remove ETAG, Content-Length, and Content-MD5 when a LuaOutputFilter - is configured without mod_filter. [Eric Covener] - - *) mod_lua: Register LuaOutputFilter scripts as changing the content and - content-length by default, when run my mod_filter. Previously, - growing or shrinking a response that started with Content-Length set - would require mod_filter and FilterProtocol change=yes. [Eric Covener] - - *) mod_lua: Return a 500 error if a LuaHook* script doesn't return a - numeric return code. [Eric Covener] - *) mod_authnz_fcgi: New module to enable FastCGI authorizer applications to authenticate and/or authorize clients. [Jeff Trawick]