From 7bb1adb7985a8495444c76d752e8bce303a7c22d Mon Sep 17 00:00:00 2001 From: WalkerWatch Date: Wed, 6 Mar 2019 13:08:10 -0500 Subject: [PATCH] Fixing typo identified in #3176 Signed-off-by: WalkerWatch --- .../src/main/asciidoc/configuring/jsp/configuring-jsp.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jetty-documentation/src/main/asciidoc/configuring/jsp/configuring-jsp.adoc b/jetty-documentation/src/main/asciidoc/configuring/jsp/configuring-jsp.adoc index 9689e565a8d..705a03ec1e8 100644 --- a/jetty-documentation/src/main/asciidoc/configuring/jsp/configuring-jsp.adoc +++ b/jetty-documentation/src/main/asciidoc/configuring/jsp/configuring-jsp.adoc @@ -171,7 +171,7 @@ The JSP engine has many configuration parameters. Some parameters affect only precompilation, and some affect runtime recompilation checking. Parameters also differ among the various versions of the JSP engine. This page lists the configuration parameters, their meanings, and their default settings. -Set all parameters on the `org.apache.jasper.JspServlet` instance defined in the link:#webdefault-xml[`webdefault.xml`] file. +Set all parameters on the `org.apache.jasper.servlet.JspServlet` instance defined in the link:#webdefault-xml[`webdefault.xml`] file. ____ [NOTE]