Actions
Bug #74
closedbug in sanitizing function!!!
ASK QUESTIONS IN Forums:
Description
2005-03-22 16:21:53: (response.c.896) -- splitting Request-URI 2005-03-22 16:21:53: (response.c.897) Request-URI : /images/Logo+DT.gif 2005-03-22 16:21:53: (response.c.898) URI-scheme : http 2005-03-22 16:21:53: (response.c.899) URI-authority: evroult:8100 2005-03-22 16:21:53: (response.c.900) URI-path : /images/Logo+DT.gif 2005-03-22 16:21:53: (response.c.901) URI-query : 2005-03-22 16:21:53: (response.c.945) -- sanatising URI 2005-03-22 16:21:53: (response.c.946) URI-path : /images/Logo DT.gif 2005-03-22 16:21:53: (response.c.1040) -- logical -> physical 2005-03-22 16:21:53: (response.c.1041) Doc-Root : /WWW/ 2005-03-22 16:21:53: (response.c.1042) Rel-Path : /images/Logo DT.gif 2005-03-22 16:21:53: (response.c.1043) Path : /WWW/images/Logo DT.gif 2005-03-22 16:21:53: (response.c.1059) -- handling physical path 2005-03-22 16:21:53: (response.c.1060) Path : /WWW/images/Logo DT.gif 2005-03-22 16:21:53: (response.c.1144) file not found: /images/Logo DT.gif -> /WWW/images 2005-03-22 16:21:53: (response.c.250) Response-Header:
in sanatising function they strip "+" char !!!!! why!!! on apache this work!
this not match http protocol ????
-- info
Updated by jan over 19 years ago
- Status changed from New to Fixed
- Resolution set to invalid
not a bug, as + in URLs is a whitespace. If you want to put a real + into the URL, encode it.
Actions
Also available in: Atom