#11581: URLField verify_exists blocks 401 respones
-------------------------------------+----------------------------
Reporter: rlaager@… | Owner: nobody
Type: Bug | Status: new
Milestone: | Component: Core (Other)
Version: 1.0 | Severity: Normal
Resolution: | Keywords:
Triage Stage: Accepted | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 |
-------------------------------------+----------------------------
Changes (by julien):
* component: Uncategorized => Core (Other)
* type: => Bug
* severity: => Normal
* stage: Design decision needed => Accepted
Comment:
I'd argue that a 401 verifies that the url actually exists. By the way,
the doc defines "does not exist" as "returns 404":
http://docs.djangoproject.com/en/dev/ref/validators/#django.core.validators.URLValidator
--
Ticket URL: <http://code.djangoproject.com/ticket/11581#comment:2>