Closed
Bug 1440906
Opened 7 years ago
Closed 7 years ago
Address bar does a research instead of loading url
Categories
(Firefox :: Address Bar, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 724459
People
(Reporter: yaurthek, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0
Build ID: 20180218100128
Steps to reproduce:
I typed localhost:55917?color=none in the address bar.
Actual results:
I'm redirected to a research page on "localhost:55917?color=none".
Expected results:
The url should have been properly recognized and loaded.
Note that everything works as expected if the url contains a slash between the port number and the query params ("localhost:55917/?color=none"), or if the url starts with the scheme (http://), or even if I just type the host and the port without any query params (localhost:55917)
Comment 1•7 years ago
|
||
Same as bug 724459. The difference in the Actual Results depends on the value of keyword.enabled. If true (default), it's this; if false, it's bug 724459, comment 0.
Status: UNCONFIRMED → RESOLVED
Has Regression Range: --- → irrelevant
Has STR: --- → yes
Closed: 7 years ago
Component: Untriaged → Address Bar
OS: Unspecified → All
Hardware: Unspecified → All
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•