Opened 15 years ago

Closed 15 years ago

Last modified 13 years ago

#11551 closed (duplicate)

URL not parsing file locator

Reported by: Adam Nelson Owned by: nobody
Component: Forms Version: 1.0
Severity: Keywords: validation url
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Issue

When trying to save a form, the error 'Enter a valid URL.' appears for file:///Users/adam/blah.html

Expected

Either an error "file:// is not valid" should appear (for safety reasons?) or it should be allowed. The generic error message isn't true because file:// is a valid URL descriptor.

Resolution

I've attached a preliminary patch. Ideally we would use a library but I see that there's not easy and robust way to do this with standard Python.

Attachments (1)

forms.fields.diff (806 bytes ) - added by Adam Nelson 15 years ago.
Allows file:/// url type

Download all attachments as: .zip

Change History (4)

by Adam Nelson, 15 years ago

Attachment: forms.fields.diff added

Allows file:/// url type

comment:1 by dc, 15 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #6092

comment:2 by Adam Nelson, 15 years ago

I respectfully disagree as #6092 is 2 years old and is actually a large enhancement. This patch (or something similar) is simply a minor change to allow the file:// resource handler without changing anything else (i.e. this should be approvable/disapprovable quickly - the other is a major change).

comment:3 by Jacob, 13 years ago

milestone: 1.2

Milestone 1.2 deleted

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