[ 
http://www.stripesframework.org/jira/browse/STS-583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Herron updated STS-583:
-----------------------------

    Attachment: StreamingResolutionLengthAndLastMod.patch

Uploading patch with example code for adding the size and last-modified 
Content-Disposition params.

The exposed properties are named and typed to match java.io.File.

Should probably ditch the lastModified property unless you find a good reason 
to support it. Left it in just in case.

Implementation alternative: aporter suggested keeping the external properties, 
but having an internal map. This is not worthwhile if you only go with adding 
the size property.

> 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

        

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to