Closed
Bug 700786
Opened 14 years ago
Closed 14 years ago
mozhttpd does not deal well with query strings
Categories
(Testing :: Mozbase, defect)
Testing
Mozbase
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: k0scist, Unassigned)
Details
(Whiteboard: [mozbase])
Attachments
(1 file)
|
1.05 KB,
patch
|
wlach
:
review+
|
Details | Diff | Splinter Review |
mozhttpd's request handler, as an effect of inheriting from
SimpleHTTPServer.SimpleHTTPRequestHandler includes the query string as
part of the PATH_INFO. This has all sorts of horrible side effects.
A viable option now is just to get rid of the query string
| Reporter | ||
Updated•14 years ago
|
Whiteboard: [mozbase]
| Reporter | ||
Comment 1•14 years ago
|
||
Attachment #572983 -
Flags: review?(wlachance)
Comment 2•14 years ago
|
||
Comment on attachment 572983 [details] [diff] [review]
kill the query string
It would be nice to put a small comment in explaining *why* we're ignoring the query string (and the consequent implications) but I am generally in favour of this patch. :)
Attachment #572983 -
Flags: review?(wlachance) → review+
| Reporter | ||
Comment 3•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•