From dfb751c331a48be1a2e9b455aa427f45f7325c3b Mon Sep 17 00:00:00 2001 From: Jan Bartel Date: Wed, 7 May 2014 15:43:46 +0200 Subject: [PATCH] Make clear org.apache.jasper.compiler.disablejsr199 only applies to glassfish --- jetty-distribution/src/main/resources/modules/jsp.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jetty-distribution/src/main/resources/modules/jsp.mod b/jetty-distribution/src/main/resources/modules/jsp.mod index 29f3ee78cec..fa5b9fdfa95 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