From: Eric Covener Date: Sat, 25 Jan 2014 18:23:11 +0000 (+0000) Subject: these filter tweaks to mod_lua were committed as part X-Git-Tag: 2.4.8~201 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c15c9d52a4dd19f69a5d76932fbdc40f7f9ef515;p=apache these filter tweaks to mod_lua were committed as part of r1523974 in 9/2013, so they were in 2.4.7. retcon them into the bottom of 2.4.7 CHANGES. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1561358 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index c4323852e5..e17569d025 100644 --- a/CHANGES +++ b/CHANGES @@ -240,6 +240,24 @@ Changes with Apache 2.4.7 *) mod_lua: add support for writing/reading cookies via r:getcookie and r:setcookie. [Daniel Gruno] + *) mod_lua: If the first yield() of a LuaOutputFilter returns a string, it should + be prefixed to the response as documented. [Eric Covener] + Note: Not present in 2.4.7 CHANGES + + *) mod_lua: Remove ETAG, Content-Length, and Content-MD5 when a LuaOutputFilter + is configured without mod_filter. [Eric Covener] + Note: Not present in 2.4.7 CHANGES + + *) 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] + Note: Not present in 2.4.7 CHANGES + + *) mod_lua: Return a 500 error if a LuaHook* script doesn't return a + numeric return code. [Eric Covener] + Note: Not present in 2.4.7 CHANGES + Changes with Apache 2.4.6 *) Revert a broken fix for PR54948 that was applied to 2.4.5 (which was