Closed
Bug 27007
Opened 26 years ago
Closed 26 years ago
No alert: <META HTTP-EQUIV="refresh" CONTENT="0; URL=https:
Categories
(Core :: Networking, defect, P3)
Core
Networking
Tracking
()
People
(Reporter: 02rmm, Assigned: dougt)
References
()
Details
User-Agent: Mozilla/4.7 [en] (X11; I; Linux 2.2.12 i686)
BuildID: 2000012520
No information is displayed when I try to view http://www.ecampus.com/login.html
Other browsers display a login screen--while mozilla is blank.
Reproducible: Always
Steps to Reproduce:
1) Go to http://www.ecampus.com/login.html
Actual Results: The browser transfers data, indicates that the data is through
transferring and displays a completely blank page
Expected Results: Displayed a login screen for ecampus.com
Document http://www.ecampus.com/login.html loaded successfully
reported in the terminal window.
Comment 1•26 years ago
|
||
Reassigning to browser-general for better classification.
Assignee: mccabe → leger
Component: Javascript Engine → Browser-General
QA Contact: rginda → cbegle
Comment 2•26 years ago
|
||
Confirmed on WinNT: 2000-02-08-08-M14 nightly binary; setting Platform/OS to
"All/All".
The page that loads but displays nothing has no <BODY>, but it does have
a <META> element that should refresh the page to a URL from an SSL server:
><META HTTP-EQUIV="refresh" CONTENT="0;
>URL=https://www.ecampus.com/servlets/com.ecampus.site.presentation.servlets
>.TemplateDisplayer?desiredclass=frameset_1ma&SITE_ID=291">
This will be another aspect of bug 24901, "[ssl] There are no security
warnings". Treating like https in forms, split off as bug 26336.
Changing Summary from:
"www.ecampus.com/login.html blank when I try to display it" to
"No alert: <META HTTP-EQUIV="refresh" CONTENT="0; URL=https:"
Nominating for beta1; this is one of the most common ways an SSL connection
is started, and this is not handled by the fix for bug 24901 (pasting the
URL into the location bar and pressing enter results in an Alert as expected).
Assignee: leger → dougt
Component: Browser-General → Networking
Keywords: beta1
OS: Linux → All
QA Contact: cbegle → junruh
Hardware: PC → All
Summary: www.ecampus.com/login.html blank when I try to display it → No alert: <META HTTP-EQUIV="refresh" CONTENT="0; URL=https:
Comment 3•26 years ago
|
||
the https bug is 26336, and therefore this is a dupe
*** This bug has been marked as a duplicate of 26336 ***
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Comment 4•26 years ago
|
||
Actually, I'm going to REOPEN and let dougt/valeski decide if it's a DUPL.
Whereas bug 26336 is for <FORM ACTION='https://...
this bug is for <META HTTP-EQUIV="refresh" CONTENT="0; URL=https:
which may be for entirely different code paths.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Assignee | ||
Updated•26 years ago
|
Status: REOPENED → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 5•26 years ago
|
||
jud this sounds like a dup to me. reopen if I am wrong
*** This bug has been marked as a duplicate of 26336 ***
Comment 6•26 years ago
|
||
Marking verified. Duplicate or not, http://www.ecampus.com/login.html now shows
the login text entry boxes, which was the original purpose of this bug.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•