• Phillip Webb's avatar
    Add out-of-the-box support for status error pages · 0bf025af
    Phillip Webb authored
    Allow convention based status error pages. Static HTML or templates
    can be used by placing the appropriately named file under a `/error`
    folder. For example:
    
    	/src/main/resource/templates/error/404.ftl
    or	/src/main/resource/public/error/404.html
    
    Pages can also be named after the status series (5xx or 4xx).
    
    Fixes gh-2691
    0bf025af
Name
Last commit
Last update
..
error Loading commit data...
prefix Loading commit data...
data-dialect.html Loading commit data...
home.ftl Loading commit data...
home.html Loading commit data...
home.tpl Loading commit data...
home.vm Loading commit data...
included.tpl Loading commit data...
included_fr.tpl Loading commit data...
includes.tpl Loading commit data...
java8time-dialect.html Loading commit data...
layout.html Loading commit data...
message.ftl Loading commit data...
message.html Loading commit data...
message.tpl Loading commit data...
message.vm Loading commit data...
suffixed.freemarker Loading commit data...
suffixed.groovytemplate Loading commit data...
suffixed.thymeleaf Loading commit data...
template.txt Loading commit data...
view.html Loading commit data...