Opened 15 years ago
Closed 15 years ago
#13447 closed (worksforme)
URLField fails validation for a valid URL
Reported by: | emson | Owned by: | nobody |
---|---|---|---|
Component: | Forms | Version: | 1.1 |
Severity: | Keywords: | fields, urlfield, regex | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The URLField seems to fails validation when it tries to match the following URL:
This is an affiliate link that was automatically generated. The problem seems to be occurring when the regular expression matches the second domain i.e. www.cdwow.com%2FDVD
Basically the regex thinks that the second domain shouldn't have a '%' after it so fails.
Can you confirm that this is correct with you?
Thanks
Ben...
Note:
See TracTickets
for help on using tickets.
Works for me.