-
Bug
-
Resolution: Won't Fix
-
Major
-
None
-
3.0.7-PL1
-
None
Ulr are parsed in a wrong way :
things like this should never happens
aaaahttp://www.phpbb.com
|
|
|
[url=aaaahttp://www.phpbb.com]WRONG URL[/url]
|
In my opinion should be a limit in the scheme length in the code from function function get_preg_expression():
return "[a-z]$scheme*:/{2}
|

