[
https://issues.apache.org/jira/browse/COCOON-2357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16173610#comment-16173610
]
Hudson commented on COCOON-2357:
--------------------------------
SUCCESS: Integrated in Jenkins build Cocoon 2.1.X #119 (See
[https://builds.apache.org/job/Cocoon%202.1.X/119/])
COCOON-2357 Content-Range and Range headers (cdamioli:
[http://svn.apache.org/viewvc/?view=rev&rev=1809062])
* (edit) BRANCH_2_1_X/src/java/org/apache/cocoon/reading/ResourceReader.java
* (edit) BRANCH_2_1_X/src/java/org/apache/cocoon/util/ByteRange.java
> Content-Range and Range headers
> -------------------------------
>
> Key: COCOON-2357
> URL: https://issues.apache.org/jira/browse/COCOON-2357
> Project: Cocoon
> Issue Type: Bug
> Components: * Cocoon Core
> Reporter: Cédric Damioli
> Assignee: Cédric Damioli
> Fix For: 2.1.13
>
>
> I tried to use the ResourceReader in combination with Range/Content-Range
> headers for video streaming.
> It seems to me that the implementation does not respect the HTTP spec.
> According to the spec, asking for a 100 bytes resource with header
> Range "bytes=0-"
> should respond
> Content-Range "bytes 0-99/100"
> where Cocoon currently responds
> Content-Range "0-100/100"
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)