Closed (fixed)
Project:
Attachment Links
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Reporter:
Created:
5 Jan 2010 at 14:55 UTC
Updated:
20 Jan 2010 at 18:20 UTC
Jump to comment: Most recent
When files with spaces in the names are downloaded, all characters after the first space are truncated (including file extensions).
| Comment | File | Size | Author |
|---|---|---|---|
| attachment_links-filename-with-space-bug-2.png | 63.39 KB | todd nienkerk | |
| attachment_links-filename-with-space-bug-1.png | 41.26 KB | todd nienkerk |
Comments
Comment #1
Anonymous (not verified) commentedThis issue only affected users of Firefox and not IE or WebKit based browsers (Chrome, Safari, Konqueror).
The filename is now quoted in the HTTP header. Double quotes in filenames are converted to single quotes as escaped quotes caused problems for every browser.
These changes are committed to the DRUPAL-6--1 branch in CVS.