mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
99cbfd32c3
With this commit, the default content-type defined by the view (usually "text/html;charset=UTF-8" defined in AbstractView) is used if any, when none is defined in the response headers. Issue: SPR-16247