Bug 157894
Summary: | Address bar erroneously corrects "http://ftp..." to "ftp://ftp..." | ||
---|---|---|---|
Product: | WebKit | Reporter: | Vanessa Freudenberg <vanessa> |
Component: | Page Loading | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | beidson |
Priority: | P2 | ||
Version: | Safari Technology Preview | ||
Hardware: | Unspecified | ||
OS: | OS X 10.11 |
Vanessa Freudenberg
Typing "http://ftp.squeak.org/" into the address bar used to connect to that server by HTTP. It now erroneously redirects to "ftp://ftp.squeak.org/" which fails.
Expected result: fetch 'ftp.squeak.org' via HTTP as requested.
Note: clicking on a link to http://ftp.squeak.org/ works fine. This only affects manually typed in (or pasted) addresses.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brady Eidson
(In reply to comment #0)
> Typing "http://ftp.squeak.org/" into the address bar used to connect to that
> server by HTTP. It now erroneously redirects to "ftp://ftp.squeak.org/"
> which fails.
>
> Expected result: fetch 'ftp.squeak.org' via HTTP as requested.
>
> Note: clicking on a link to http://ftp.squeak.org/ works fine. This only
> affects manually typed in (or pasted) addresses.
The address bar is a Safari feature, not a WebKit feature.
The proper place to file Safari bug reports is bugreporter.apple.com
Vanessa Freudenberg
Okay. Reported there as #26368748