Author: markt
Date: Fri Sep 3 16:47:59 2010
New Revision: 992367
URL: http://svn.apache.org/viewvc?rev=992367&view=rev
Log:
Move property to intended section
Modified:
tomcat/tc5.5.x/trunk/container/webapps/docs/config/systemprops.xml
Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/config/systemprops.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/webapps/docs/config/systemprops.xml?rev=992367&r1=992366&r2=992367&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/container/webapps/docs/config/systemprops.xml
(original)
+++ tomcat/tc5.5.x/trunk/container/webapps/docs/config/systemprops.xml Fri Sep
3 16:47:59 2010
@@ -130,6 +130,14 @@
</p>
</property>
+ <property name="org.apache.catalina.
connector.Request.ALLOW_EMPTY_QUERY_STRING">
+ <p>If this is <code>true</code> Tomcat will return an empty string rather
+ than <code>null</code> for empty query strings - i.e. query strings where
+ only <code>?</code> is present. If not specified, the value of
+ <code>org.apache.catalina.STRICT_SERVLET_COMPLIANCE</code> will be used
as
+ the default.</p>
+ </property>
+
<property
name="org.apache.tomcat.util.http. ServerCookie.ALLOW_EQUALS_IN_VALUE">
<p>If this is <code>true</code> Tomcat will allow <code>=</code>
@@ -158,14 +166,6 @@
<properties>
- <property name="org.apache.catalina.
connector.Request.ALLOW_EMPTY_QUERY_STRING">
- <p>If this is <code>true</code> Tomcat will return an empty string rather
- than <code>null</code> for empty query strings - i.e. query strings where
- only <code>?</code> is present. If not specified, the value of
- <code>org.apache.catalina.STRICT_SERVLET_COMPLIANCE</code> will be used
as
- the default.</p>
- </property>
-
<property name="org.apache.catalina.SESSION_COOKIE_NAME">
<p>An alternative name for the session cookie. Defaults to
<code>JSESSIONID</code>. Note that the Servlet specification requires
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]