[wp-trac] [WordPress Trac] #22946: Default filter erroneously turns FTP hostnames into HTTP links
WordPress Trac
noreply at wordpress.org
Sat Jan 18 03:20:33 UTC 2014
#22946: Default filter erroneously turns FTP hostnames into HTTP links
---------------------------+------------------------------
Reporter: DavidAnderson | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Formatting | Version: 2.0.4
Severity: normal | Resolution:
Keywords: close |
---------------------------+------------------------------
Comment (by dd32):
* Gmail on both Android and Desktop also follow the strategy of always
prefixing with http://
* ftp.microsoft.com is a good example of a FTP-only server, while
ftp.snt.utwente.nl was the first I found that does both.
* HTTP Viewers for FTP domains are a better user experience for most users
* Browsers don't do smart-detection of url's, they just automatically use
FTP for a url prefixed with 'ftp.' which I find pretty bad UX.. they
should at least re-try over HTTP if they've made that assumption.. but
that's beside the point.
Coming into this I also agreed that the current behaviour is the best
default, if it looks like a hostname and it's lacking a protocol, assume
HTTP.
Based on browser behaviour though, I'm tempted to suggest that prefixing
with ftp:// might be a better option - even if FTP is falling out of use
in the modern web.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/22946#comment:9>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list