You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2016/03/13 19:32:52 UTC

svn commit: r1734837 - in /tomcat/tc8.5.x/trunk: conf/web.xml java/org/apache/jasper/EmbeddedServletOptions.java

Author: markt
Date: Sun Mar 13 18:32:51 2016
New Revision: 1734837

URL: http://svn.apache.org/viewvc?rev=1734837&view=rev
Log:
Switch Jasper defaults back to 1.7

Modified:
    tomcat/tc8.5.x/trunk/conf/web.xml
    tomcat/tc8.5.x/trunk/java/org/apache/jasper/EmbeddedServletOptions.java

Modified: tomcat/tc8.5.x/trunk/conf/web.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/conf/web.xml?rev=1734837&r1=1734836&r2=1734837&view=diff
==============================================================================
--- tomcat/tc8.5.x/trunk/conf/web.xml (original)
+++ tomcat/tc8.5.x/trunk/conf/web.xml Sun Mar 13 18:32:51 2016
@@ -138,9 +138,9 @@
   <!--                       pages.  See the jasper documentation for more  -->
   <!--                       information.                                   -->
   <!--                                                                      -->
-  <!--   compilerSourceVM    Compiler source VM. [1.8]                      -->
+  <!--   compilerSourceVM    Compiler source VM. [1.7]                      -->
   <!--                                                                      -->
-  <!--   compilerTargetVM    Compiler target VM. [1.8]                      -->
+  <!--   compilerTargetVM    Compiler target VM. [1.7]                      -->
   <!--                                                                      -->
   <!--   development         Is Jasper used in development mode? If true,   -->
   <!--                       the frequency at which JSPs are checked for    -->

Modified: tomcat/tc8.5.x/trunk/java/org/apache/jasper/EmbeddedServletOptions.java
URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/java/org/apache/jasper/EmbeddedServletOptions.java?rev=1734837&r1=1734836&r2=1734837&view=diff
==============================================================================
--- tomcat/tc8.5.x/trunk/java/org/apache/jasper/EmbeddedServletOptions.java (original)
+++ tomcat/tc8.5.x/trunk/java/org/apache/jasper/EmbeddedServletOptions.java Sun Mar 13 18:32:51 2016
@@ -132,12 +132,12 @@ public final class EmbeddedServletOption
     /**
      * Compiler target VM.
      */
-    private String compilerTargetVM = "1.8";
+    private String compilerTargetVM = "1.7";
 
     /**
      * The compiler source VM.
      */
-    private String compilerSourceVM = "1.8";
+    private String compilerSourceVM = "1.7";
 
     /**
      * The compiler class name.



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org