Opened 15 years ago

Closed 12 years ago

#11581 closed Bug (wontfix)

URLField verify_exists blocks 401 respones

Reported by: rlaager@… 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 Alex Gaynor, 15 years ago

Triage Stage: UnreviewedDesign decision needed

comment:2 by Julien Phalip, 13 years ago

Component: UncategorizedCore (Other)
Severity: Normal
Triage Stage: Design decision neededAccepted
Type: Bug

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

comment:3 by Mark Lavin, 12 years ago

Easy pickings: unset
Resolution: wontfix
Status: newclosed
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.
Back to Top