Actions
Bug #56923
closedResourceStorage::dumpFileContents() filename in header needs improvement
Status:
Closed
Priority:
Should have
Assignee:
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2014-03-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
Description
In ResourceStorage::dumpFileContents() a Content-Disposition header is sent but the filename isn't between double quoutes. this is needed because the filename can contain spaces.
Further should the Content-Dispositon header also send when $asDownload isn't set. Then with value "inline" see http://tools.ietf.org/html/rfc6266.
This to have the correct filename when you try to save the dumped file.
Actions