Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Bartel2014-05-07 13:43:46 +0000
committerJan Bartel2014-05-07 13:43:46 +0000
commitdfb751c331a48be1a2e9b455aa427f45f7325c3b (patch)
treec29aad37cd0df884c74248ca31551b855d9f3a57
parent9c9eed1d33b29201d9cd98fc5c9795f03eb8e43a (diff)
downloadorg.eclipse.jetty.project-dfb751c331a48be1a2e9b455aa427f45f7325c3b.tar.gz
org.eclipse.jetty.project-dfb751c331a48be1a2e9b455aa427f45f7325c3b.tar.xz
org.eclipse.jetty.project-dfb751c331a48be1a2e9b455aa427f45f7325c3b.zip
Make clear org.apache.jasper.compiler.disablejsr199 only applies to glassfish
-rw-r--r--jetty-distribution/src/main/resources/modules/jsp.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-distribution/src/main/resources/modules/jsp.mod b/jetty-distribution/src/main/resources/modules/jsp.mod
index 29f3ee78ce..fa5b9fdfa9 100644
--- a/jetty-distribution/src/main/resources/modules/jsp.mod
+++ b/jetty-distribution/src/main/resources/modules/jsp.mod
@@ -16,5 +16,5 @@ jsp-impl/${jsp-impl}-jsp
# default jetty >= 9.2
jsp-impl=apache
-# To use a non-jdk compiler for JSP compilation when using apache uncomment next line
+# To use a non-jdk compiler for JSP compilation when using glassfish uncomment next line
# -Dorg.apache.jasper.compiler.disablejsr199=true

Back to the top