Document JSP limitation: error page customization

Closes gh-2893
This commit is contained in:
Brian Clozel 2016-06-20 17:56:30 +02:00
parent e93aa2057b
commit c1fcecb415

View File

@ -1971,6 +1971,9 @@ packaged as an executable archive), there are some limitations in the JSP suppor
* Undertow does not support JSPs.
* Creating a custom `error.jsp` page won't override the default view for
<<boot-features-error-handling,error handling>>.
There is a {github-code}/spring-boot-samples/spring-boot-sample-web-jsp[JSP sample] so you
can see how to set things up.