Closed
Bug 12912
Opened 26 years ago
Closed 26 years ago
HTTP REDIRECT command misinterpreted for relative links
Categories
(Core :: DOM: HTML Parser, defect, P3)
Tracking
()
People
(Reporter: grega.bremec, Assigned: gagan)
References
Details
A code such as the following, loaded from http://some.domain.com/someurl
<html><head>
<title>blah blah</title>
<meta http-equiv="refresh" content="0; URL=./here">
</head><body ...>
</body></html>
Fails to correctly redirect the browser to http://some.domain.com/someurl/here,
but rather redirects it to http://some.domain.com/here
The code was executed in the M9 release (1999082414), running on Linux 2.2.1, the
connection was to an Apache 1.3.3 HTTP server running on RedHat.
AFAIK, this bug does not apply to any of the currently available Navigator or
Exploder versions.
Warren: I'm giving this to under the impression that URL handling (including
redirects) are yours. Please correct me if I'm mistaken.
Comment 2•26 years ago
|
||
Sounds like a URL parsing problem. -> Gagan (or Andreas)
Comment 3•26 years ago
|
||
This is the same problem as in bug 10647, where I described how a possible
solution could be done
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Yes we need to update the location bar with a trailing slash for directory
cases. Marking duplicate of 10647.
*** This bug has been marked as a duplicate of 10647 ***
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•26 years ago
|
||
verified
You need to log in
before you can comment on or make changes to this bug.
Description
•