• Brian Clozel's avatar
    Change default Freemarker template file extension · 7a9d1a1e
    Brian Clozel authored
    This commit changes the default file extension for Freemarker templates
    from `*.ftl` to `*.ftlh`. This commit also enables by default the
    Freemarker setting `"recognize_standard_file_extensions"` to ensure that
    HTML escaping is performed by default in Spring Boot applications.
    
    Applications should adapt to this change by changing the file extensions
    of existing templates to `.ftlh`.
    
    Closes gh-15131
    7a9d1a1e
Name
Last commit
Last update
..
appendix Loading commit data...
images Loading commit data...
appendix.adoc Loading commit data...
attributes.adoc Loading commit data...
build-tool-plugins.adoc Loading commit data...
deployment.adoc Loading commit data...
documentation-overview.adoc Loading commit data...
getting-started.adoc Loading commit data...
howto.adoc Loading commit data...
index.adoc Loading commit data...
legal.adoc Loading commit data...
production-ready-features.adoc Loading commit data...
single-index.adoc Loading commit data...
spring-boot-cli.adoc Loading commit data...
spring-boot-features.adoc Loading commit data...
using-spring-boot.adoc Loading commit data...