mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #29528 -- Made URLValidator reject invalid characters in the username and password.
This commit is contained in:
@@ -48,7 +48,7 @@ http://foo.bar/?q=Test%20URL-encoded%20stuff
|
||||
http://مثال.إختبار
|
||||
http://例子.测试
|
||||
http://उदाहरण.परीक्षा
|
||||
http://-.~_!$&'()*+,;=:%40:80%2f::::::@example.com
|
||||
http://-.~_!$&'()*+,;=%40:80%2f@example.com
|
||||
http://xn--7sbb4ac0ad0be6cf.xn--p1ai
|
||||
http://1337.net
|
||||
http://a.b-c.de
|
||||
|
||||
Reference in New Issue
Block a user