git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@481091
13f79535-47bb-0310-9956-
ffa450edef68
out.println(");");
if (ctxt.getOptions().isXpoweredBy()) {
- out.printil("response.addHeader(\"X-Powered-By\", \"JSP/2.0\");");
+ out.printil("response.addHeader(\"X-Powered-By\", \"JSP/2.1\");");
}
out
// Logger
private Log log = LogFactory.getLog(JspFactoryImpl.class);
- private static final String SPEC_VERSION = "2.0";
+ private static final String SPEC_VERSION = "2.1";
private static final boolean USE_POOL =
Boolean.valueOf(System.getProperty("org.apache.jasper.runtime.JspFactoryImpl.USE_POOL", "true")).booleanValue();