1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #25620 -- Made URLValidator prohibit URLs with consecutive dots in the domain section.

This commit is contained in:
Dheerendra Rathor
2015-10-28 12:24:57 +05:30
committed by Tim Graham
parent 15ef1dd478
commit 96fe90f535
3 changed files with 6 additions and 1 deletions

View File

@@ -49,3 +49,4 @@ http://.www.foo.bar./
http://[::1:2::3]:8080/
http://[]
http://[]:8080
http://example..com/