Bug 157894

Summary: Address bar erroneously corrects "http://ftp..." to "ftp://ftp..."
Product: WebKit Reporter: Vanessa Freudenberg <vanessa>
Component: Page LoadingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: beidson
Priority: P2    
Version: Safari Technology Preview   
Hardware: Unspecified   
OS: OS X 10.11   

Description Vanessa Freudenberg 2016-05-19 06:23:05 PDT
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.
Comment 1 Brady Eidson 2016-05-19 08:35:37 PDT
(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
Comment 2 Vanessa Freudenberg 2016-05-19 08:51:55 PDT
Okay. Reported there as #26368748