You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Alexander Klimetschek (JIRA)" <ji...@apache.org> on 2010/10/01 18:47:33 UTC

[jira] Commented: (SLING-1814) Add support for Range requests to the StreamRendererServlet

    [ https://issues.apache.org/jira/browse/SLING-1814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12916947#action_12916947 ] 

Alexander Klimetschek commented on SLING-1814:
----------------------------------------------

To add a use case: Mobile Safari variants (iPhone/iPad) display media files only if the Range-Header is supported:

http://developer.apple.com/library/safari/#documentation/AppleApplications/Reference/SafariWebContent/CreatingVideoforSafarioniPhone/CreatingVideoforSafarioniPhone.html
("Configuring your server" at the end of that page)

The Range header specification is in RFC-2616, section 14.35:
http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35.1

> Add support for Range requests to the StreamRendererServlet
> -----------------------------------------------------------
>
>                 Key: SLING-1814
>                 URL: https://issues.apache.org/jira/browse/SLING-1814
>             Project: Sling
>          Issue Type: Improvement
>          Components: Servlets
>    Affects Versions: Servlets Get 2.0.8
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: Servlets Get 2.0.10
>
>
> To support some kind of streaming support for the Range HTTP header can be built into the StreamRendererServlet.
> The Tomcat DefaultServlet  [1] can be used as the basis for this implementation.
> [1] http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.java?view=markup

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.