Closed
Bug 2739
Opened 26 years ago
Closed 25 years ago
Abort error on text search
Categories
(Webtools Graveyard :: MXR, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: tenthumbs, Assigned: endico)
References
()
Details
Do a text search on "URL_s->expire" from the webpage and get
"** Aborting: Illegal characters in HTTP-parameters." error.
Both Netscape and Lynx produce the same error so it's not a
client problem. Both clients use
http://cvs-mirror.mozilla.org/webtools/lxr/search?string=URL_s-%3Eexpire
as a URL.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•26 years ago
|
||
lxr washes out characters that could cause trouble with open().
That's fine for the source script but its overkill for glipse searches.
Need to change where http_wash is called.
Clearing "M" field since Webtools product is not used for 5.0 specific project
bug metrics and will mess up our queries on milestones.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 7•25 years ago
|
||
LXR no longer tries to wash out metacharacters from glimpse searches.
per simon's request, by default it treats meta characters as literals.
Press a button if you want to do regeps. Changed the docs so they no
longer say to use "\\" to escape metachars. Only one slash is needed.
The docs were written for people typing from the shell prompt.
Updated•25 years ago
|
Status: RESOLVED → REOPENED
Comment 8•25 years ago
|
||
The new searches are awesome -- thanks! But it doesn't always work: for
example, try a text search for
overwriting current primary frame
Assignee | ||
Updated•25 years ago
|
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Assignee | ||
Comment 9•25 years ago
|
||
The "overwriting primary frame" problem is a duplicate of bug 13874
which I resolved. (glimpse allows a max search string size of 29 characters)
Marking this fixed again.
Comment 10•23 years ago
|
||
vrfy fixed
by 1.5 endico%mozilla.org Sep 10 1999
and testing
Status: RESOLVED → VERIFIED
Updated•19 years ago
|
QA Contact: timeless → 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
•