]> granicus.if.org Git - apache/commitdiff
these filter tweaks to mod_lua were committed as part
authorEric Covener <covener@apache.org>
Sat, 25 Jan 2014 18:23:11 +0000 (18:23 +0000)
committerEric Covener <covener@apache.org>
Sat, 25 Jan 2014 18:23:11 +0000 (18:23 +0000)
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

CHANGES

diff --git a/CHANGES b/CHANGES
index c4323852e5f8997cee62b003885ff9403584f454..e17569d025ee872e69f40e7bcec485c279677981 100644 (file)
--- 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