[
http://www.stripesframework.org/jira/browse/STS-583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=11693#action_11693
]
Chris Herron commented on STS-583:
----------------------------------
Alternatively, it would be useful to separate the header-setting code within
StreamingResolution#execute into its own non-final method so that we could add
whatever we need by extending the class. Or both :)
> Add "length" property to StreamingResolution
> --------------------------------------------
>
> Key: STS-583
> URL: http://www.stripesframework.org/jira/browse/STS-583
> Project: Stripes
> Issue Type: Improvement
> Reporter: Chris Herron
> Priority: Minor
> Attachments: StreamingResolutionLengthAndLastMod.patch
>
>
> StreamingResolution already has a filename property which can be helpful for
> browser "Save As" dialogs. I suggest adding a "length" property - to match
> java.io.File#length(). This would be used as the Content-Disposition "size"
> param.
> In addition to filename and size, the Content-Disposition RFC
> (http://www.ietf.org/rfc/rfc2183.txt) names a few other parameters that might
> be useful: creation-date, modification-date and read-date, however only
> lastModified is available on java.io.File.
> Adding the size property might result in more informative download progress
> bars. I have not tested this yet.
> I tested adding the last-modified parameter, in the hope that the resulting
> downloaded file would inherit that timestamp, however for the only browser I
> tested (Safari) this was not honored. It may be honored by other browsers.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://www.stripesframework.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development