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
Upgrading from SpringBoot 3.2.2 to 3.2.3 broke some of our APIs. After thorough examination we were able to narrow the issue down to the SpringWeb going from 6.1.3 to 6.1.4.
Further investigation showed, that the issue only appears if ShallowEtagHeaderFilter is enabled and disableContentCaching is called on it, which seems to be happening if the HTTP response is streamed.
Affects: \6.1.4
Upgrading from SpringBoot 3.2.2 to 3.2.3 broke some of our APIs. After thorough examination we were able to narrow the issue down to the SpringWeb going from 6.1.3 to 6.1.4.
Further investigation showed, that the issue only appears if
ShallowEtagHeaderFilter
is enabled anddisableContentCaching
is called on it, which seems to be happening if the HTTP response is streamed.I created a minimal reproducer at https://github.com/j-be/spring-web-contentType-issue
The text was updated successfully, but these errors were encountered: