Author: kkolinko
Date: Mon Nov 15 22:42:46 2010
New Revision: 1035479
URL: http://svn.apache.org/viewvc?rev=1035479&view=rev
Log:
Correctly document the default value of org.apache.jasper.Constants.PRECOMPILE
property.
The value is "jsp_precompile".
Modified:
tomcat/tc6.0.x/trunk/webapps/docs/config/systemprops.xml
Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/systemprops.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/systemprops.xml?rev=1035479&r1=1035478&r2=1035479&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/systemprops.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/systemprops.xml Mon Nov 15
22:42:46 2010
@@ -166,8 +166,8 @@
<property name="org.apache.jasper.Constants. PRECOMPILE">
<p>The name of the query parameter that causes the JSP engine to just
pregenerate the servlet but not invoke it.</p>
- <p>If not specified, the default value of
- <code>org.apache.catalina.jsp_precompile</code> will be used.</p>
+ <p>If not specified, the default value of <code>jsp_precompile</code>
+ will be used, as defined by JSP specification (JSP.11.4.2).</p>
</property>
<property name="org.apache.jasper.Constants. JSP_PACKAGE_NAME">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]