Closed (fixed)
Project:
Universal Link Filter
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jun 2007 at 16:15 UTC
Updated:
9 Jun 2007 at 16:10 UTC
[l|www.google.com] does not create the correct link but
[l|http://www.google.com] does
Comments
Comment #1
garthee commentedI feel, for external links, protocol must be included.. this is necessary to differentiate filetypes (for example sample.jpg) from external links. http:// will yield http: as the type and it can be used in others catergory to provide protocol dependent rendering like a special rendering for utube videos or other flash players.
hence, i don't think it really is bug, rather a necessity of including protocol, to maintain the consistency with files. (we have to also consider that '.' is allowed in filenames morethan once, so www.sample.jpg is a valid file where as http://www.sample.jpg is not)
i welcome further suggestions
Comment #2
dldege commentedrequiring an explicit http:// (or other protocol) is probably fine to avoid any conflicts. Thanks for the clarification.
Comment #3
garthee commented