diff options
author | stbuehler <stbuehler@152afb58-edef-0310-8abb-c4023f1b3aa9> | 2012-11-07 14:24:24 +0000 |
---|---|---|
committer | stbuehler <stbuehler@152afb58-edef-0310-8abb-c4023f1b3aa9> | 2012-11-07 14:24:24 +0000 |
commit | 13572839be54cf85366b141c3175f7aed14d7188 (patch) | |
tree | 27f6d0c9f360ba9bd4d3db6f033223753d821f62 /NEWS | |
parent | de28131afdaf869a6363410c1f2e0cc30a82742b (diff) | |
download | lighttpd-13572839be54cf85366b141c3175f7aed14d7188.tar.gz |
fix :port handling in $HTTP["host"] checks (fixes #2135. thx liming)
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2854 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -172,6 +172,7 @@ NEWS * Enable linux-aio-sendfile for testing in autotools too * [mod_auth] Fix signedness error in http_auth (fixes #2370, CVE-2011-4362) * buffer_caseless_compare: always convert letters to lowercase to get transitive results, fixing array lookups (fixes #2405) + * fix :port handling in $HTTP["host"] checks (fixes #2135. thx liming) - 1.5.0-r19.. - * -F option added for spawn-fcgi |