summaryrefslogtreecommitdiff
path: root/tests/validators/invalid_urls.txt
AgeCommit message (Expand)Author
2018-07-23Fixed #29528 -- Made URLValidator reject invalid characters in the username a...Tim Bell
2016-06-28Fixed #26119 -- Fixed URLValidator crash on URLs with brackets.Christopher Grebs
2016-02-18Fixed #26204 -- Reallowed dashes in top-level domains for URLValidator.Tim Graham
2015-12-08Fixed #25637 -- Added URLValidator hostname length validation.Raphael Michel
2015-10-29Fixed #25620 -- Made URLValidator prohibit URLs with consecutive dots in the ...Dheerendra Rathor
2015-07-08Fixed catastrophic backtracking in URLValidator.Shai Berger
2015-07-06Fixed #25059 -- Allowed Punycode TLDs in URLValidatorAlexey Sveshnikov
2015-01-06Fixed #20003 -- Improved and extended URLValidatorDanilo Bargen
2014-11-03Refactored URLValidator tests by moving URLs to text files.Danilo Bargen