SSE breaks with indenting serializer in WebMvc.fn #30277
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: backported
An issue that has been backported to maintenance branches
type: bug
A general bug
Milestone
Related to #19465, WebMvc.fn SSE handling breaks when
spring.jackson.serialization.indent_output=true
is configured on Spring Boot side, likely becauseMediaType.TEXT_EVENT_STREAM
is not visible from the Jackson converter here, skipping the SSE special handling code inAbstractJackson2HttpMessageConverter
.The text was updated successfully, but these errors were encountered: