Project

General

Profile

Actions

Bug #74

closed

bug in sanitizing function!!!

Added by Anonymous about 19 years ago. Updated over 7 years ago.

Status:
Fixed
Priority:
Normal
Category:
core
Target version:
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

Actions #1

Updated by jan about 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 #2

Updated by stbuehler over 15 years ago

  • Status changed from Fixed to Invalid
Actions #3

Updated by gstrauss over 7 years ago

  • Subject changed from bug in sanatising function!!! to bug in sanitizing function!!!
  • Description updated (diff)
  • Status changed from Invalid to Fixed
  • Target version set to 1.4.x

This was a bug and was fixed in 2005 in acfe706d

Actions

Also available in: Atom