Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#1366 closed defect (fixed)

[patch] Static view should escape filenames in the directory listing

Reported by: django@… Owned by: Adrian Holovaty
Component: Core (Other) Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Simple patch to escape filenames in the development static file view

Attachments (1)

fix_static_view_r2312.diff (787 bytes ) - added by django@… 18 years ago.
escape filenames in static view

Download all attachments as: .zip

Change History (2)

by django@…, 18 years ago

Attachment: fix_static_view_r2312.diff added

escape filenames in static view

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [2322]) Fixed #1366 -- Static-file view now escapes file names. Thanks, Kieran Holland

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