Closed
Bug 94735
Opened 24 years ago
Closed 23 years ago
sunysb.edu - click validate and u go to netscape
Categories
(Tech Evangelism Graveyard :: English US, defect, P3)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jmhoffma, Assigned: doronr)
References
()
Details
(Whiteboard: [SYNTAX-URL])
when ever you try and log into the system (or press validtae by itself) you get
kicked over to netscape.com search page. thought this may be interesting to you
all. thanks.
james :)
Comment 1•24 years ago
|
||
When I press validate it loads for a while and then stops, but I'm not forwarded
to netscape.
James, what build of mozilla are you using?
Page in question contains the following:
<form METHOD="POST" ACTION="https:/cgi-bin/cgi-cwis/cwismain.cgi">
Whereas other browsers assume the hostname remains the same, Mozilla seems to
interpret this as https://cgi-bin/cgi-cwis/cwismain.cgi, can't find the host
"cgi-bin", and does a search for it instead.
I'm using win32, build 2001081003
Status: UNCONFIRMED → NEW
Ever confirmed: true
![]() |
||
Comment 3•24 years ago
|
||
Over to evangelism. See bug 32966 for details of why such urls are invalid and
why we treat them as we do
Assignee: asa → bclary
Component: Browser-General → Evangelism
QA Contact: doronr → zach
WONTFIX
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WONTFIX
Comment 5•24 years ago
|
||
This bug is not wontfix. Evangelism bugs are there so that we can contact
sites and tell them how they can fix their problems.
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
Comment 6•24 years ago
|
||
All Evangelism Bugs are now in the Product Tech Evangelism. See bug 86997 for
details.
Component: Evangelism → US English
Product: Browser → Tech Evangelism
Version: other → unspecified
Updated•24 years ago
|
Priority: -- → P3
Summary: click validate and u go to netscape → sunysb.edu - click validate and u go to netscape
Comment 7•23 years ago
|
||
SPAM. You may filter these bugs by querying the string "ReadingRitingRithmetic"
Mass Moving Bugs on Educational institutions in the United States to the new US
Edu component and assigning to default owners.
Assignee: bclary → doronr
Status: REOPENED → NEW
Component: US General → US Edu
QA Contact: zach → caillon
Updated•23 years ago
|
OS: Linux → All
Hardware: PC → All
Whiteboard: [SYNTAX-URL]
Comment 8•23 years ago
|
||
This has been fixed. Source now contains
<form METHOD="POST"
ACTION="https://adam.cc.sunysb.edu/cgi-bin/cgi-cwis/cwismain.cgi">
Assignee | ||
Comment 9•23 years ago
|
||
-> fixed
Status: NEW → RESOLVED
Closed: 24 years ago → 23 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•