Closed
Bug 171836
Opened 23 years ago
Closed 23 years ago
urls with 'host:port' but not a protocil error with "host is not a registered protocol"
Categories
(SeaMonkey :: Location Bar, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 155344
People
(Reporter: clear, Assigned: hewitt)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020827
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020827
When a port is specified in a URL without putting the protocol, (eg:
'google.com:80' it displays the error google.com is not a protocol.
It looks like it is trying to treat anything before the first : in a url as a
protocol rather than just a list of valid protocols.
Reproducible: Always
Steps to Reproduce:
1. type 'google.com:80' in location bar and press enter
Actual Results:
brings up an error google.com is not a valid protocol.
Expected Results:
It should recognise this as a URL with a port specified and redirect using the
default protocol accordingly
Comment 1•23 years ago
|
||
*** This bug has been marked as a duplicate of 155344 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•17 years ago
|
Product: Core → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•