Skip to content

Commit c1fcecb

Browse files
committed
Document JSP limitation: error page customization
Closes gh-2893
1 parent e93aa20 commit c1fcecb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1971,6 +1971,9 @@ packaged as an executable archive), there are some limitations in the JSP suppor
19711971

19721972
* Undertow does not support JSPs.
19731973

1974+
* Creating a custom `error.jsp` page won't override the default view for
1975+
<<boot-features-error-handling,error handling>>.
1976+
19741977
There is a {github-code}/spring-boot-samples/spring-boot-sample-web-jsp[JSP sample] so you
19751978
can see how to set things up.
19761979

0 commit comments

Comments
 (0)