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
After the MockHttpServletRequest revision in #16386, getInputStream() returns an empty stream in case of no content... but getReader() still returns null in such a case. Let's fix this for 4.3.7, along with #19779.
Uh oh!
There was an error while loading. Please reload this page.
Juergen Hoeller opened SPR-15215 and commented
After the
MockHttpServletRequest
revision in #16386,getInputStream()
returns an empty stream in case of no content... butgetReader()
still returnsnull
in such a case. Let's fix this for 4.3.7, along with #19779.Affects: 4.3.6
Issue Links:
The text was updated successfully, but these errors were encountered: