[
https://issues.apache.org/jira/browse/TAPESTRY-2616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630315#action_12630315
]
Howard M. Lewis Ship commented on TAPESTRY-2616:
------------------------------------------------
For static resources, this is a function of the servlet container.
For dynamic requests (such as to Tapestry pages), we would have to render the
page just to figure out the size of the content ... and it could change over
time.
> TapestryFilter should support HTTP 1.1 byte ranges
> --------------------------------------------------
>
> Key: TAPESTRY-2616
> URL: https://issues.apache.org/jira/browse/TAPESTRY-2616
> Project: Tapestry
> Issue Type: New Feature
> Components: Framework
> Affects Versions: 5.0.14
> Reporter: Hugo Palma
>
> More and more clients (iPhone and others) are using range requests in order
> to optimize bandwidth consumption.
> Right now it's not possible to stream content from Tapestry to such a device
> because the TapestryFilter doesn't support range requests. The only way to
> bypass the filter and serve the stream as static content (from Apache or
> whatever).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]