Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#16696 closed Bug (wontfix)

wrong url validation

Reported by: cetver@… Owned by: nobody
Component: Uncategorized Version: 1.3
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

url validation with verify_exists = False allows url like http://www.google

Change History (2)

comment:1 by Karen Tracey, 13 years ago

Resolution: wontfix
Status: newclosed

On what basis would we reject http://www.google as an invalid URL? http://arts.museum is a valid URL, as is http://travel.travel. I don't see how we could reject the google one as invalid except by keeping a list of valid top-level domains, which I don't believe we want to do.

comment:2 by Aymeric Augustin, 13 years ago

For the record, #16656 discusses the same problem in the context of the urlize template filter. No decision yet, but there's a strong consensus on not maintaining a list of valid TLDs.

Note: See TracTickets for help on using tickets.
Back to Top