GitHub user klopfdreh opened a pull request:

    https://github.com/apache/wicket/pull/149

    Fixed calculation of byte ranges

    To test the correct behavior use curl:
    
    curl --range 0-99 <pathToMovie.mp4> -o /dev/null
    
    as of the developer page of Apple this should return 100 bytes, now:
    
    
https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariWebContent/CreatingVideoforSafarioniPhone/CreatingVideoforSafarioniPhone.html#//apple_ref/doc/uid/TP40006514-SW6

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/klopfdreh/wicket byte_ranges_fix

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/wicket/pull/149.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #149
    
----
commit f96c37df975196f79020ee4debdb8d7eb3bbbd96
Author: Tobias Soloschenko <tsolosche...@sapient.com>
Date:   2015-12-23T07:56:07Z

    Fixed calculation of byte ranges

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to