mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
b734156f32
Thymeleaf has its own special handling for SSE that gets in the way of fragment rendering. This is why we need to set the response content-type before streaming, and then pass text/html to the View for rendering each fragment. See gh-33194