Issue #706 - Removing org.apache.jasper.compiler.disablejsr199 references

This commit is contained in:
Joakim Erdfelt 2016-07-12 17:49:11 -07:00
parent 30f8f32594
commit 35de3899b6
3 changed files with 0 additions and 5 deletions

View File

@ -47,9 +47,6 @@ public class FragmentActivator implements BundleActivator
*/ */
public void start(BundleContext context) throws Exception public void start(BundleContext context) throws Exception
{ {
//jsr199 compilation does not work in osgi
System.setProperty("org.apache.jasper.compiler.disablejsr199", Boolean.TRUE.toString());
//set up some classes that will look for bundles with tlds that must be converted //set up some classes that will look for bundles with tlds that must be converted
//to urls and treated as if they are on the Jetty container's classpath so that //to urls and treated as if they are on the Jetty container's classpath so that
//jasper can deal with them //jasper can deal with them

View File

@ -20,4 +20,3 @@
# -XX:+PrintTenuringDistribution # -XX:+PrintTenuringDistribution
# -XX:+PrintCommandLineFlags # -XX:+PrintCommandLineFlags
# -XX:+DisableExplicitGC # -XX:+DisableExplicitGC
# -Dorg.apache.jasper.compiler.disablejsr199=true

View File

@ -20,4 +20,3 @@
# -XX:+PrintTenuringDistribution # -XX:+PrintTenuringDistribution
# -XX:+PrintCommandLineFlags # -XX:+PrintCommandLineFlags
# -XX:+DisableExplicitGC # -XX:+DisableExplicitGC
# -Dorg.apache.jasper.compiler.disablejsr199=true