mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
c10266e57e
This commit fixes ServerSentEvent handling with Jackson encoder when no Accept header is specified. It also moves the String checks to the JSON codec level, as they do not make sense for binary formats. Closes gh-35872