Closed (fixed)
Project:
Bbcode
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Anonymous (not verified)
Created:
13 Jun 2006 at 11:53 UTC
Updated:
6 Dec 2017 at 12:14 UTC
In revision #33127 regexp routines for url converting was changed, and the regexp for automatic url converting was expanded to exclude some more characters in URL string. But colon(,) character is a VALID character for URL, so should not be excluded.
see: http://www.blooberry.com/indexdot/html/topics/urlencoding.htm
...Only alphanumerics [0-9a-zA-Z], the special characters "$-_.+!*'()," [not including the quotes - ed], and reserved characters used for their reserved purposes may be used unencoded within a URL.
- from RFC 1738
p.s. Always thanks you for the instant improvements :-)
Comments
Comment #1
SparkyUK commentedJust a quick correction - this ":" is a colon and this "," is a comma.
Comment #2
naudefj commentedFix committed to CVS.
Comment #3
(not verified) commented