HTTP byte-range requests for resources in Spring MVC
Hi,
as far as I could see, HTTP byte-range requests aren't supported by the ResourceHttpRequestHandler (as configured with <mvc:resources>). Is there any other way to make this work?
I'd like to serve a few videos with Spring, but iPads and iPhones refuse to play them without an Accept-Ranges header present.
See the Apple documentation and this question on stackoverflow.
It would be nice if ResourceHttpRequestHandler would get support for this...
Best, Thomas.