Opened 15 years ago
Closed 13 years ago
#11581 closed Bug (wontfix)
URLField verify_exists blocks 401 respones
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Core (Other) | Version: | 1.0 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
URLField will not validate an URL that requires HTTP AUTH. 401 responses should be allowed.
Change History (3)
comment:1 by , 15 years ago
Triage Stage: | Unreviewed → Design decision needed |
---|
comment:2 by , 14 years ago
Component: | Uncategorized → Core (Other) |
---|---|
Severity: | → Normal |
Triage Stage: | Design decision needed → Accepted |
Type: | → Bug |
comment:3 by , 13 years ago
Easy pickings: | unset |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
UI/UX: | unset |
verify_exists
is set to be deprecated in 1.4 and removed in 1.5 related to security and performance issues. As such I'm going to close as wontfix.
Note:
See TracTickets
for help on using tickets.
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