Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Bartel2014-05-07 13:42:34 +0000
committerJan Bartel2014-05-07 13:42:34 +0000
commit9c9eed1d33b29201d9cd98fc5c9795f03eb8e43a (patch)
tree06cfccd99fbe3308b469180e5f38c18e58c2aa5f /jetty-distribution
parent8fb9baace16e05ab8f534170e65b54b820cfb50f (diff)
downloadorg.eclipse.jetty.project-9c9eed1d33b29201d9cd98fc5c9795f03eb8e43a.tar.gz
org.eclipse.jetty.project-9c9eed1d33b29201d9cd98fc5c9795f03eb8e43a.tar.xz
org.eclipse.jetty.project-9c9eed1d33b29201d9cd98fc5c9795f03eb8e43a.zip
Make clear org.apache.jasper.compiler.disablejsr199 only applies to gla
Diffstat (limited to 'jetty-distribution')
-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 4924ed9103..29f3ee78ce 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 an non-jdk compiler for JSP compilation uncomment next line
+# To use a non-jdk compiler for JSP compilation when using apache uncomment next line
# -Dorg.apache.jasper.compiler.disablejsr199=true

Back to the top