Closed
Description
Burkhard Graves opened SPR-13834 and commented
#15431 adds support for http byte-range requests for serving static resources with a ResourceHttpRequestHandler.
It would be nice to have the same for non-static resources (e.g. streaming a video which was uploaded beforehand).
https://gist.github.com/davinkevin/b97e39d7ce89198774b4 shows a solution but it would be nice to have this in spring itself.
Affects: 4.2.4
Reference URL: #754
Issue Links:
- Support range requests for Spring MVC request mapped methods that return a Resource [SPR-15789] #20344 Support range requests for Spring MVC request mapped methods that return a Resource ("duplicates")
- Add ResourceRegionHttpMessageWriter [SPR-14664] #19228 Add ResourceRegionHttpMessageWriter
- Add support for http byte-range requests [SPR-10805] #15431 Add support for http byte-range requests
- Refactor HTTP Range support with a new ResourceRegion class [SPR-14221] #18795 Refactor HTTP Range support with a new ResourceRegion class ("is superseded by")
Referenced from: commits 582014e, c7bd3b8, 5ac31fb
11 votes, 13 watchers