Ticket #545 (defect)
Opened 2 years ago
Last modified 2 years ago
Content-Disposition filename should always be quoted-string
Status: closed (fixed)
| Reported by: | fumanchu | Assigned to: | rdelon |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | CherryPy code | Keywords: | |
| Cc: |
From the spec:
content-disposition = "Content-Disposition" ":"
disposition-type *( ";" disposition-parm )
disposition-type = "attachment" | disp-extension-token
disposition-parm = filename-parm | disp-extension-parm
filename-parm = "filename" "=" quoted-string
A quoted-string should be wrapped in <">, and may use <\> as an escape character.
Change History
08/03/06 00:14:15: Modified by fumanchu
- status changed from new to closed.
- resolution set to fixed.


Fixed in [1209] (CP 3) and [1210] (CP 2).