Author: violetagg
Date: Wed May 15 09:13:04 2013
New Revision: 1482734

URL: http://svn.apache.org/r1482734
Log:
Return the correct version number (2.3) of the JSP specification that is 
supported by the JSP engine when 
javax.servlet.jsp.JspEngineInfo#getSpecificationVersion() is invoked.

Modified:
    tomcat/trunk/java/org/apache/jasper/runtime/JspFactoryImpl.java

Modified: tomcat/trunk/java/org/apache/jasper/runtime/JspFactoryImpl.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/runtime/JspFactoryImpl.java?rev=1482734&r1=1482733&r2=1482734&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/jasper/runtime/JspFactoryImpl.java (original)
+++ tomcat/trunk/java/org/apache/jasper/runtime/JspFactoryImpl.java Wed May 15 
09:13:04 2013
@@ -38,7 +38,7 @@ import org.apache.jasper.Constants;
  */
 public class JspFactoryImpl extends JspFactory {
 
-    private static final String SPEC_VERSION = "2.1";
+    private static final String SPEC_VERSION = "2.3";
     private static final boolean USE_POOL =
         
Boolean.valueOf(System.getProperty("org.apache.jasper.runtime.JspFactoryImpl.USE_POOL",
 "true")).booleanValue();
     private static final int POOL_SIZE =



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

Reply via email to