Closed
Bug 95188
Opened 24 years ago
Closed 23 years ago
Incorrect URL provided by server (http:/ one slash)
Categories
(Tech Evangelism Graveyard :: English Other, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: jfp, Unassigned)
References
()
Details
When given a URL redirection of "http:/search/cad/" it is decoded as
"http://www.search.com/cad/", ie: the 1st part is taken as the domain name.
This might be correct, but both Netscape 4.x and IE decode it as
"http://localhost/search/cad/"
(ie: http://www.companies.govt.nz/search/cad/)
In version Mozilla 0.9.3 Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9.3)
Gecko/20010801
Here is the HTTP header returned by the web server:
HTTP/1.1 302 Found\r\n
Date: Tue, 14 Aug 2001 02:03:49 GMT\r\n
Server: Apache/1.3.12 (Unix) mod_ssl/2.6.4 OpenSSL/0.9.5a mod_perl/1.22\r\n
Location: http:/search/cad/\r\n
Keep-Alive: timeout=15, max=100\r\n
Connection: Keep-Alive\r\n
Transfer-Encoding: chunked\r\n
Content-Type: text/html; charset=iso-8859-1\r\n
\r\n
Data (287 bytes)
Comment 1•24 years ago
|
||
See bug 32966 and bug 40670 for reasons why Mozilla will not accept these
faux-URIs. Over to Evangelism.
Component: Browser-General → Pacific Islands
Product: Browser → Tech Evangelism
Summary: Incorrect domain URL decoding → Incorrect URL provided by server (http:/ one slash)
Version: other → unspecified
Comment 2•24 years ago
|
||
really moving
Assignee: asa → momoi
Status: UNCONFIRMED → NEW
Ever confirmed: true
QA Contact: doronr → jonrubin
Comment 3•24 years ago
|
||
mass change, switching qa contact from jonrubin to ruixu.
QA Contact: jonrubin → ruixu
Comment 4•24 years ago
|
||
NZ belongs to Non-US English.
QA to the new non-US English contact, Jason!
Component: Pacific Islands → Non-US English
QA Contact: ruixu → OzJason
Comment 5•23 years ago
|
||
fixed
can't find any such urls anymore
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 7•22 years ago
|
||
Mass reassigning English-Other bugs to general default assignees.
Assignee: momoi → english-other
QA Contact: OzJason → english-other
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•