Sanity checks for HTTP range requests [SPR-17318] #21851
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: backported
An issue that has been backported to maintenance branches
type: enhancement
A general enhancement
Milestone
Rossen Stoyanchev opened SPR-17318 and commented
When serving static resources, or as of 5.0 also when a controller returns a
Resource
, if the "Range" header is present, one or more subsets of the content may be served instead of the entire content. Some basic validations to the requested ranges should be applied as recommended in RFC 7233 Section 3.1:Affects: 4.3.20, 5.0.9, 5.1 GA
Referenced from: commits 0447726, 423aa28, c8e3200
Backported to: 5.0.10, 4.3.20
The text was updated successfully, but these errors were encountered: