Feature #738
Need to be able to set the extension to Content-Disposition file names indepenent from format value
Start date:
09/26/2015
Due date:
% Done:
0%
Estimated time:
Resolution:
Won't Fix
Description
Currently the WSS generates a file name for the Content-Disposition from the app name, date and format value. The format value is used as the file extension, e.g. .mseed. I would like to be able to set the extension independently from the format value.
This issue my be obviated if the handler becomes able to set HTTP response headers (because then it can set the Content-Disposition header directly).
History
#1 Updated by Mike Stults over 6 years ago
- Resolution set to Won't Fix
An alternative solution is possible with the use of arbitrary headers now being allowed from the handler, issue 767