Minimal reproducer for spring-projects/spring-framework#32363
./gradlew build
-> fails- Go to build.gradle.kts and uncomment the downgrade of
spring-web
to6.1.3
here ./gradlew build
-> succeeds
As I don't know how I would force HTTP streaming, I created DisableContentCachingFilter to manually invoke ShallowEtagHeaderFilter.disableContentCaching(request);
.
This is normally done when HTTP streaming is used (see here and here).