Closed
Bug 13143
Opened 26 years ago
Closed 26 years ago
relative URLs in meta refresh after redirect resolving incorrectly.
Categories
(Core :: Networking, defect, P3)
Tracking
()
M14
People
(Reporter: fjpc, Assigned: jud)
References
Details
1 - Inside a dir in some server place an index.html file that redirects to some
other file in the same dir using only the other file name as the relative
redirect URL (ex:
<META HTTP-EQUIV="REFRESH" CONTENT="0;URL=test.html">
)
2 - Call the dir mentioned above without the trailing / (ex:
http://www.somehost.org/testdir )
Te redirect will go to
http://www.somehost.org/test.html
instead of the expected
http://www.somehost.org/testdir/test.html
Status: NEW → RESOLVED
Closed: 26 years ago
Component: Browser-General → Necko
Resolution: --- → WORKSFORME
Summary: relative URLs in meta refresh resolving incorrectly.
Giving bug a title and changing component to necko.
This works fine for me based on the test at
http://www.fas.harvard.edu/~dbaron/tests/nglayout/meta_refresh.html on the
following builds:
* Linux apprunner 1999-08-16-08-M9
* Linux apprunner 1999-09-03-11-M11
Marking WORKSFORME. If you said what build you saw the problem I might be able
to see it too and whether it was fixed since.
Status: RESOLVED → REOPENED
Assignee: don → gagan
Status: REOPENED → NEW
Summary: relative URLs in meta refresh resolving incorrectly. → relative URLs in meta refresh after redirect resolving incorrectly.
I missed the part about the index.html. Reopening.
Somehow the URL of the page is not being changed for a redirect (which is what
happens when you omit the / on a directory). This is probably a duplicate of
some other bug, but it may be worth testing with meta refreshes too...
Resolution: WORKSFORME → ---
Updated•26 years ago
|
Assignee: gagan → valeski
Target Milestone: M14
Assignee | ||
Comment 3•26 years ago
|
||
anyone have a test case?
*** Bug 18856 has been marked as a duplicate of this bug. ***
Bulk move of all Necko (to be deleted component) bugs to new Networking
component.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → DUPLICATE
Comment 9•26 years ago
|
||
verified dupe of bug 10647 "NS_NewURL constructs incorrect URL (Redirects
related!)"
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•