spring-framework/spring-webmvc
Sam Brannen 8b95697c8d Set output_encoding in FreeMarkerView implementations
According to the official FreeMarker documentation, Spring's
FreeMarkerView implementations should be configuring the
output_encoding for template rendering.

To address that, this commit modifies the FreeMarkerView
implementations in Web MVC and WebFlux to explicitly set the
output_encoding for template rendering.

See https://freemarker.apache.org/docs/pgui_misc_charset.html#autoid_53
See gh-33071
Closes gh-33106
2024-06-27 10:07:47 +02:00
..
src Set output_encoding in FreeMarkerView implementations 2024-06-27 10:07:47 +02:00
spring-webmvc.gradle Introduce support for webjars-locator-lite 2024-04-02 10:16:51 +02:00