Author: markt
Date: Mon Sep 14 08:00:49 2015
New Revision: 1702862
URL: http://svn.apache.org/r1702862
Log:
Add docs for missing property alwaysAddExpires on LegacyCookieProcessor
Modified:
tomcat/trunk/webapps/docs/config/cookie-processor.xml
Modified: tomcat/trunk/webapps/docs/config/cookie-processor.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/cookie-processor.xml?rev=1702862&r1=1702861&r2=1702862&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/cookie-processor.xml (original)
+++ tomcat/trunk/webapps/docs/config/cookie-processor.xml Mon Sep 14 08:00:49
2015
@@ -147,6 +147,17 @@
<a href="systemprops.html">system property</a>.</p>
</attribute>
+ <attribute name="alwaysAddExpires" required="false">
+ <p>If this is <code>true</code> Tomcat will always add an expires
+ parameter to a SetCookie header even for cookies with version greater
+ than zero. This is to work around a known IE6 and IE7 bug that causes I
+ to ignore the Max-Age parameter in a SetCookie header.</p>
+ <p>If <code>org.apache.catalina.STRICT_SERVLET_COMPLIANCE</code> is set
+ to <code>true</code>, the default of this setting will be
+ <code>false</code>, else the default value will be <code>true</code>.
+ </p>
+ </attribute>
+
<attribute name="forwardSlashIsSeparator" required="false">
<p>If this is <code>true</code> Tomcat will treat the forward slash
character ('<code>/</code>') as an HTTP separator when processing
cookie
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]