Closed
Bug 157579
Opened 23 years ago
Closed 23 years ago
non default ports require http in URL
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 155344
People
(Reporter: okrabbe, Assigned: darin.moz)
Details
(Keywords: regression)
someone has changed the behaviour of how mozilla handles urls typed into the
location bar that specify the ports. "yahoo.com:80" used to bring up the yahoo
home page (tested in mozilla 1.1 alpha back) but now (2002071508) you get an
error saying that yahoo.com is not a registered protocol. Instead you need to
type in "http://yahoo.com:80". This is a contrived example but people frequently
specify different ports.
Comment 1•23 years ago
|
||
protocol and path are seperaced by ":". Maybe we should read it this way, if
there's no "/" in the protocol name?
Comment 2•23 years ago
|
||
This is a regression from 1.0
-> http
Assignee: hewitt → darin
Status: UNCONFIRMED → NEW
Component: URL Bar → Networking: HTTP
Ever confirmed: true
Keywords: regression
QA Contact: claudius → tever
Comment 3•23 years ago
|
||
This looks like bug 155344 to me, though that's marked WONTFIX at the mo.
Comment 4•23 years ago
|
||
thanks - this sucks
*** This bug has been marked as a duplicate of 155344 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•