log plugins/mod_http_files.lua @ 7131:ea3eea291321

age author description
Fri, 08 Jan 2016 16:16:08 +0100 Kim Alvefur Merge 0.9->0.10
Thu, 07 Jan 2016 15:37:47 +0000 Matthew Wild mod_http_files: Santize the path relative to our base URL before translating it to a filesystem path, fixes a relative path traversal vulnerability
Sun, 27 Sep 2015 00:36:34 +0200 Kim Alvefur Merge 0.9->0.10
Sat, 26 Sep 2015 19:35:56 +0200 Kim Alvefur mod_http_files: Translate forward slashes to local directory separators
Sat, 26 Sep 2015 19:34:58 +0200 Kim Alvefur mod_http_files: Strip trailing directory separator regardless of directionality of the slash (fixes #545)
Sun, 09 Mar 2014 23:47:53 +0100 Kim Alvefur Merge 0.9->0.10
Sun, 09 Mar 2014 22:16:44 +0100 Kim Alvefur mod_http_files: Strip path separator from end of paths, was broken on Windows (thanks Junne)