mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 05:49:04 +00:00
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