]> granicus.if.org Git - apache/commit
mod_lua: Prevent HTTP Response Splitting by not allowing tables in the request_rec...
authorDaniel Gruno <humbedooh@apache.org>
Thu, 27 Mar 2014 11:20:03 +0000 (11:20 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Thu, 27 Mar 2014 11:20:03 +0000 (11:20 +0000)
commit8ae663bc780b05657c6766651f33c870f25d93d6
tree811f1cf0c91acfe1aff2d6f428cef4af39f90536
parent2514105ae419b65e9f1011f00eca3baef4fc7911
mod_lua: Prevent HTTP Response Splitting by not allowing tables in the request_rec to be set with values containing newlines. This is a semi-ugly hack, but it will have to do until we find another way of setting these values.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1582262 13f79535-47bb-0310-9956-ffa450edef68
modules/lua/lua_apr.c