From 540de2f7972c6aa68fbf36c6a0da137d768f2067 Mon Sep 17 00:00:00 2001 From: Dheerendra Rathor Date: Wed, 28 Oct 2015 12:24:57 +0530 Subject: [1.8.x] Fixed #25620 -- Made URLValidator prohibit URLs with consecutive dots in the domain section. Backport of 96fe90f5356971e0e51a0bc41e045dde600d7521 from master --- tests/validators/invalid_urls.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/validators') diff --git a/tests/validators/invalid_urls.txt b/tests/validators/invalid_urls.txt index a3393d76ed..12a1226359 100644 --- a/tests/validators/invalid_urls.txt +++ b/tests/validators/invalid_urls.txt @@ -49,3 +49,4 @@ http://.www.foo.bar./ http://[::1:2::3]:8080/ http://[] http://[]:8080 +http://example..com/ -- cgit v1.3