#9791: URLField's validation does not support in-URL basic AUTH --------------------------------+-------------------------------------- Reporter: django-nolan@… | Owner: nobody Type: Uncategorized | Status: closed Component: Forms | Version: 1.0 Severity: Normal | Resolution: wontfix Keywords: | Triage Stage: Unreviewed Has patch: 0 | Needs documentation: 0 Needs tests: 0 | Patch needs improvement: 0 Easy pickings: 0 | UI/UX: 0 --------------------------------+--------------------------------------
Comment (by aaugustin): anonymous, you must be aware that the "standards" regexp provided in the RFC for parsing URLs matches absolutely anything, so it's [https://code.djangoproject.com/ticket/9202#comment:4 useless for validation]. Just "following the standards" doesn't mean much here. Also it isn't Django's policy to let users worry about security issues. -- Ticket URL: <https://code.djangoproject.com/ticket/9791#comment:6> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.