Opened 21 months ago
Last modified 21 months ago
#18412 new defect (bug)
"%20" in an uploaded image file name breaks thumbnails
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Media | Version: | 3.2.1 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | ripperdoc, ramoonus@…, kurtpayne |
Description
When uploading an image file where the name contains %20, it will not show thumbnails. It is still possible to edit the image in the image editor, however.
Attachments (1)
Change History (7)
comment:2
SergeyBiryukov — 21 months ago
- Cc ramoonus@… added
- Severity changed from minor to normal
not a duplicate then?
- Cc kurtpayne added
- Keywords has-patch added
18412.diff will double-encode any %XX patterns in media URLs so they are properly decoded when returned to the browser.
comment:6
SergeyBiryukov — 21 months ago
- Keywords needs-patch removed
Note: See
TracTickets for help on using
tickets.

Related: #16330