HttpHeaders fails to return getAllow() if it was previously set to an empty collection [SPR-11917] #16536
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: backported
An issue that has been backported to maintenance branches
type: bug
A general bug
Milestone
Oliver Drotbohm opened SPR-11917 and commented
This throws an exception during the accessor call, as it can't create an
HttpMethod
instance from the emptyString
. It should rather return an emptySet
instead.Affects: 3.2.9, 4.0.5
Backported to: 3.2.10
The text was updated successfully, but these errors were encountered: