summaryrefslogtreecommitdiff
path: root/src/mod_accesslog.c
diff options
context:
space:
mode:
authorStefan Bühler <stbuehler@web.de>2008-12-07 15:22:42 +0000
committerStefan Bühler <stbuehler@web.de>2008-12-07 15:22:42 +0000
commit36f74e5d23e4d64a123c9ebf0822dd940c896e27 (patch)
tree59ae0a54421cfc4d6c576cafdc875ada1ef971ee /src/mod_accesslog.c
parenta64e7cd46b6b7b0e96745c68d0c3618e2402bbfa (diff)
downloadlighttpd-git-36f74e5d23e4d64a123c9ebf0822dd940c896e27.tar.gz
Revert url decoding+simplifying before matching of mod_rewrite/mod_redirect
- Lot of regressions (we forgot to reencode the result) - Generic problem: after decode and rewrite "a?b?c": which '?' was the path?query seperator? - Possible solution: only decode printable characters (without '?'), and encode the result; do not encode the '%' of a not decoded character. - Still a problem with path simplifying, it seems many people use urls like this: http://server1/http%3a//server2/xxx and rewrite the path into the querystring. - Probably only usable with an extra config option => Do NOT use rewrite/redirect to protect specific urls. git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2362 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'src/mod_accesslog.c')
0 files changed, 0 insertions, 0 deletions