Bugs item #471858, was opened at 2001-10-16 13:53
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=390117&aid=471858&group_id=27350
Category: Browsing
Group: current cvs
Status: Open
Resolution: None
Priority: 5
Submitted By: Per Kristian Gjermshus (pergj)
Assigned to: Per Kristian Gjermshus (pergj)
Summary: Some characters in files create trouble
Initial Comment:
I have a directory in my source-tree containing the
string
'c-++'. It is not possible to browse these directories.
----------------------------------------------------------------------
>Comment By: Malcolm Box (mbox)
Date: 2001-10-23 07:16
Message:
Logged In: YES
user_id=215386
Looks like this is caused by the httpwash function being over-zealous at stripping out characters.
Perhaps we can get away with not washing variables - it seems that there are few dangerous calls that use web-provided parameters, and we could simply check at these places for troublesome characters, rather than globally restrict them.
This is related to the glimpse RE bug as well
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=390117&aid=471858&group_id=27350
|