You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A test is failing in Boot's build. I believe it is failing because FormContentFilter is filtering a request with no content type. In deciding if it should parse the request, it calls MediaType.parseMediaType(null) (null is the request's content type) which ultimately results in a NullPointerException:
Affects: 5.2.0 snapshots
A test is failing in Boot's build. I believe it is failing because
FormContentFilter
is filtering a request with no content type. In deciding if it should parse the request, it callsMediaType.parseMediaType(null)
(null
is the request's content type) which ultimately results in aNullPointerException
:I suspect that 5a308ad is the cause.
The text was updated successfully, but these errors were encountered: