diff options
| author | Dheerendra Rathor <dheeru.rathor14@gmail.com> | 2015-10-28 12:24:57 +0530 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-10-29 11:14:20 -0400 |
| commit | 6bb9f51ab8e3cc56b05238ea012763ba775ab896 (patch) | |
| tree | f6235205fede6a3cde5d0b8664e16deecd6c5e60 /tests | |
| parent | 6fb9424ff034b45cee3f16eafda3e4629545ce4f (diff) | |
[1.9.x] Fixed #25620 -- Made URLValidator prohibit URLs with consecutive dots in the domain section.
Backport of 96fe90f5356971e0e51a0bc41e045dde600d7521 from master
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/validators/invalid_urls.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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/ |
