Bug #74
bug in sanatising function!!!
| Status: | Invalid | Start: | ||
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | core | |||
| Target version: | - | |||
| Pending: | Resolution: | invalid |
||
| Patch available: |
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