Closed
Description
Related to #19465, WebMvc.fn SSE handling breaks when spring.jackson.serialization.indent_output=true
is configured on Spring Boot side, likely because MediaType.TEXT_EVENT_STREAM
is not visible from the Jackson converter here, skipping the SSE special handling code in AbstractJackson2HttpMessageConverter
.