https://bugzilla.wikimedia.org/show_bug.cgi?id=21261
--- Comment #17 from C. Scott Ananian <[email protected]> --- This will have to be fixed in parsoid as well as PHP; they share the same URL character classes. It would probably be better to special case a match at the front of the string against http://vernon.mauery.com/content/projects/linux/ipv6_regex (or something similar, that regexp looks way too complicated) rather than just add '[]' to the permitted character class, since brackets are rather special during parsing. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
