mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Prior to this commit, the MVC and WebFlux view fragments rendering would only partially escape rendered view fragments before sending then as SSE events. This could in some cases break the SSE stream with invalid data. This commit ensures that the rendered views are properly escaped before they are sent as SSE events. Fixes gh-37061