Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSE breaks with indenting serializer in WebMvc.fn #30277

Closed
sdeleuze opened this issue Apr 4, 2023 · 0 comments
Closed

SSE breaks with indenting serializer in WebMvc.fn #30277

sdeleuze opened this issue Apr 4, 2023 · 0 comments
Assignees
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

Comments

@sdeleuze
Copy link
Contributor

sdeleuze commented Apr 4, 2023

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.

@sdeleuze sdeleuze added in: web Issues in web modules (web, webmvc, webflux, websocket) type: bug A general bug labels Apr 4, 2023
@sdeleuze sdeleuze added this to the 6.0.8 milestone Apr 4, 2023
@sdeleuze sdeleuze self-assigned this Apr 4, 2023
@github-actions github-actions bot added status: backported An issue that has been backported to maintenance branches and removed for: backport-to-5.3.x labels Apr 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant