Opened 12 years ago
Closed 12 years ago
#245 closed design (fixed)
warn about %xx in filenames being misinterpreted
Reported by: | julian.reschke@… | Owned by: | julian.reschke@… |
---|---|---|---|
Priority: | normal | Milestone: | unassigned |
Component: | content-disp | Severity: | Active WG Document |
Keywords: | Cc: |
Description
Add a warning that certain UAs misinterpret %xx escapes in filenames.
(Unfortunately there's no workaround as those UAs do not accept RFC5987 encoding either)
Change History (5)
comment:1 Changed 12 years ago by julian.reschke@…
comment:2 Changed 12 years ago by julian.reschke@…
comment:3 Changed 12 years ago by julian.reschke@…
- Resolution set to incorporated
- Status changed from new to closed
comment:4 Changed 12 years ago by mnot@…
- Resolution incorporated deleted
- Status changed from closed to reopened
comment:5 Changed 12 years ago by mnot@…
- Resolution set to fixed
- Status changed from reopened to closed
Closed in last call process.
Note: See
TracTickets for help on using
tickets.
It occurred to me that putting an escape char inside the %xx sequence might disable percent-unescaping. See test case at
Unfortunately, this breaks in all UAs that do not handle escape characters in quoted strings properly (that is, all but Konq and Opera).