summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStefan Bühler <stbuehler@web.de>2011-08-30 22:13:59 +0000
committerStefan Bühler <stbuehler@web.de>2011-08-30 22:13:59 +0000
commite05f1b3eec1032bd25dc759f3c837b596775f458 (patch)
tree0f28af93ef274cd7dcc9b93f3dfb403e4302dead /NEWS
parentcbf1baacc9b864cdc63eaf55c74c9ca8744210d8 (diff)
downloadlighttpd-git-e05f1b3eec1032bd25dc759f3c837b596775f458.tar.gz
Add static-file.disable-pathinfo option to prevent handling of urls like .../secret.php/image.jpg as static file
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2803 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cf622f5c..dbf28fda 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,7 @@ NEWS
* Always use our 'own' md5 implementation, fixes linking issues on MacOS (fixes #2331)
* Limit amount of bytes we send in one go; fixes stalling in one connection and timeouts on slow systems.
* [ssl] fix build errors when Elliptic-Curve Diffie-Hellman is disabled
+ * Add static-file.disable-pathinfo option to prevent handling of urls like .../secret.php/image.jpg as static file
- 1.4.29 - 2011-07-03
* Fix mod_proxy waiting for response even if content-length is 0 (fixes #2259)