Closed
Bug 3582
Opened 26 years ago
Closed 26 years ago
Redirects dont work
Categories
(Core :: Networking, defect, P2)
Core
Networking
Tracking
()
M4
People
(Reporter: dp, Assigned: vidur)
References
()
Details
need to get redirect working for dogfood
Reporter | ||
Updated•26 years ago
|
Summary: Redirects dont work → Redirects dont work
Target Milestone: M3
Reporter | ||
Updated•26 years ago
|
Assignee: ebina → pollmann
Reporter | ||
Comment 1•26 years ago
|
||
I heard from slamm that netcenter pages do a js redirect and hence this could be
a DOM thing.
Slamm could you add a url to this bug.
Updated•26 years ago
|
Comment 2•26 years ago
|
||
I added http://home.netscape.com/bookmark/4_06/ptwebmail.html to the url field.
Here's the body of that page:
<SCRIPT LANGUAGE=JavaScript>
<!--
if(navigator.appName=="Netscape") {
if(navigator.appVersion.substring(0,1) >= "3") {
location.replace("http://home.netscape.com/netcenter/mail "); } }
else { document.write("<META HTTP-EQUIV=REFRESH CONTENT=\"0;
URL=http://home.netscape.com/netcenter/mail \">\n"); }
//-->
</SCRIPT>
<NOSCRIPT>
<META HTTP-EQUIV=REFRESH CONTENT="0; URL=http://home.netscape.com/netcenter/mail
">
<NOSCRIPT>
Reporter | ||
Updated•26 years ago
|
Priority: P3 → P2
Updated•26 years ago
|
Assignee: pollmann → vidur
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•26 years ago
|
||
verified.
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.
You need to log in
before you can comment on or make changes to this bug.
Description
•