Closed
Bug 13304
Opened 26 years ago
Closed 26 years ago
many special characters handled incorrectly in text searches
Categories
(Webtools Graveyard :: MXR, defect, P3)
Tracking
(Not tracked)
People
(Reporter: dmosedale, Assigned: endico)
Details
Including a space character in a search doesn't work because it is URL-encoded
as a +, and support for that has been commented out in
lib/LXR/Common.pm:http_wash{}
Including any of <>|\"\'\` in a search fails because of security code in
http_wash{} that is attempting to clean anything that might be passed to open().
The right fix is probably to either parameterize http_wash{}, or split it up
into two routines: one that cleans for stuff passed to open(), and one that
cleans (presumably much less strictly) for stuff passed to the glimpse binary by
exec().
Comment 1•26 years ago
|
||
smfr cares too, I think.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 3•26 years ago
|
||
this is a duplicate, and also fixed
*** This bug has been marked as a duplicate of 2739 ***
Updated•19 years ago
|
QA Contact: lxr
Updated•5 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•