URLField should append / if no path is specified.
The equivalent URLs http://example.com
and http://example.com/
are not being normalized to the same value by URLField
.
Attachments
(1)
- urlfield.diff
(3.8 KB
) - added by Joel Watts 16 years ago.
- Patch to normalize path to / if none is specified (includes tests).
Download all attachments as:
.zip
Change History
(8)
milestone: |
→ 1.0 beta
|
Triage Stage: |
Unreviewed → Ready for checkin
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
Resolution: |
fixed
|
Status: |
closed → reopened
|
Owner: |
changed from nobody to Malcolm Tredinnick
|
Status: |
reopened → new
|
Triage Stage: |
Ready for checkin → Accepted
|
Cc: |
Florian Apolloner added
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
Patch to normalize path to / if none is specified (includes tests).