Closed
Bug 3086
Opened 26 years ago
Closed 26 years ago
URL: meta tag redirect w/ abs path breaks on Windows, crashes on Mac
Categories
(Core :: Networking: HTTP, defect, P2)
Core
Networking: HTTP
Tracking
()
VERIFIED
FIXED
People
(Reporter: cpratt, Assigned: gagan)
References
()
Details
(Keywords: testcase)
When the above URL loads, it redirects to
http://www.netscape.com/promotions/acqcls2.html. However, seamonkey instead
takes you to http:///promotions/acqcls3.html, which (needless to say) doesn't
load. Loading this URL under Mac OS 8.5.1 crashes the browser with an error of
type 2. Seen using the 08-Feb-99 build.
Comment 1•26 years ago
|
||
setting paulmac as QA contact for all gagan's bugs (sorry for the spam)
Updated•26 years ago
|
Summary: URL redirect breaks on Windows, crashes on Mac → meta tag redirect breaks on Windows, crashes on Mac
Comment 2•26 years ago
|
||
this is a meta tag redirect, the source is
<HTML><META HTTP-EQUIV="Refresh" CONTENT='0;
URL="/calendar/index.html"'><HEAD><TITLE>This page has moved
</TITLE></HTML>
Updated•26 years ago
|
Component: NetLib → Networking Library
Product: MozillaClassic → Browser
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 3•26 years ago
|
||
Nisheeth fixed this in webshell.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•26 years ago
|
||
verified fixed on april 14 win95 builds, page loads fine
Changing all Networking Library/Browser bugs to Networking-Core component for
Browser.
Occasionally, Bugzilla will burp and cause Verified bugs to reopen when I do
this in a bulk change. If this happens, I will fix. ;-)
Bulk move of all Networking-Core (to be deleted component) bugs to new
Networking component.
Component: Networking → Networking: HTTP
Keywords: testcase
Summary: meta tag redirect breaks on Windows, crashes on Mac → URL: meta tag redirect w/ abs path breaks on Windows, crashes on Mac
You need to log in
before you can comment on or make changes to this bug.
Description
•