Support range requests for Spring MVC request mapped methods that return a Resource [SPR-15789] #20344
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
Andy Wilkinson opened SPR-15789 and commented
I've just been pleased to learn that WebFlux automatically supports range requests to a request mapping method that returns a
Resource
:Unfortunately, if the same controller is implemented using Spring MVC, the full resource content is returned:
It would be beneficial to Boot 2.0's new actuator endpoint infrastructure if Spring MVC offered the same capabilities as WebFlux here.
Affects: 5.0 RC2
Issue Links:
Referenced from: commits 582014e
1 votes, 3 watchers
The text was updated successfully, but these errors were encountered: