summaryrefslogtreecommitdiff
path: root/tests/validators/valid_urls.txt
AgeCommit message (Expand)Author
2021-01-04Fixed #32298 -- Fixed URLValidator hostname length validation.Akshat1Nar
2020-02-13Fixed #31267 -- Added tests cases with empty username or password for URLVali...Dennis Schwertel
2018-07-23Fixed #29528 -- Made URLValidator reject invalid characters in the username a...Tim Bell
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-09-04Refs #25345 -- Updated links to code.google.com.Maxime Lorant
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