k0a1a / hotglue2

HOTGLUE is a Content Manipulation System which allows to construct websites directly in a web-browser.
http://hotglue.me/demo
GNU General Public License v3.0
275 stars 38 forks source link

When downloading a file with a space, the Content-Disposition header is malformed #3

Closed dereckson closed 9 years ago

dereckson commented 9 years ago

For example content/geocaching/shared/Le robot gardien et la machinerie oubliée.docx is served with the following header:

Content-Disposition: attachment; filename=Le robot gardien et la machinerie oubliée.docx

It should be served with:

Content-Disposition: attachment; filename="Le robot gardien et la machinerie oubliée.docx"

k0a1a commented 9 years ago

much appreciated! :+1: