You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-context-support/src/main/java/org/springframework/ui/freemarker/FreeMarkerConfigurationFactory.java
+14
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@
18
18
19
19
importjava.io.File;
20
20
importjava.io.IOException;
21
+
importjava.nio.charset.Charset;
21
22
importjava.util.ArrayList;
22
23
importjava.util.Arrays;
23
24
importjava.util.List;
@@ -146,6 +147,7 @@ public void setFreemarkerVariables(Map<String, Object> variables) {
146
147
* <p>Note that the encoding is not used for template rendering. Instead, an
147
148
* explicit encoding must be specified for the rendering process — for
148
149
* example, via Spring's {@code FreeMarkerView} or {@code FreeMarkerViewResolver}.
Copy file name to clipboardExpand all lines: spring-webflux/src/main/java/org/springframework/web/reactive/result/view/freemarker/FreeMarkerConfigurer.java
Copy file name to clipboardExpand all lines: spring-webflux/src/test/java/org/springframework/web/reactive/config/WebFluxViewResolutionIntegrationTests.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@ public void configureViewResolvers(ViewResolverRegistry registry) {
Copy file name to clipboardExpand all lines: spring-webmvc/src/test/java/org/springframework/web/servlet/config/annotation/ViewResolutionIntegrationTests.java
0 commit comments