Fix logic of sameSameObjects used to determine correct wrapping of request and
response objects (fhanik)
</fix>
+ <fix>
+ Update TLD scan lists, and disable caching for now (remm)
+ </fix>
+ <update>
+ Add system property to WebappClassLoader to allow disabling setting references
+ to null when stopping it (remm)
+ </update>
</changelog>
</subsection>
<subsection name="Coyote">
<fix>
MessageBytes.setString(null) will remove the String value. (remm)
</fix>
+ <fix>
+ <bug>41057</bug>: Caching large strings is not useful and takes too much
+ memory, so don't cache these (remm)
+ </fix>
+ <update>
+ Add keepAliveTimeout attribute to most connectors (mturk, remm)
+ </update>
+ </changelog>
+ </subsection>
+ <subsection name="Jasper">
+ <changelog>
+ <fix>
+ Relax EL type validation for litterals. (remm)
+ </fix>
+ <fix>
+ Update some version numbers to 2.1. (funkman, remm)
+ </fix>
+ <fix>
+ Add xsds for JSP 2.1 (remm)
+ </fix>
+ <fix>
+ <bug>41106</bug>: Update validation checks for EL to also include
+ legacy 1.2 tags (remm)
+ </fix>
</changelog>
</subsection>
<subsection name="Webapps">
<attribute name="keepAliveTimeout" required="false">
<p>The number of milliseconds this <strong>Connector</strong> will wait,
subsequent request before closing the connection.
- The default value is infinite (i.e. no timeout).</p>
+ The default value is to use the value that has been set for the
+ connectionTimeout.</p>
</attribute>
<attribute name="minProcessors" required="false">
<attribute name="keepAliveTimeout" required="false">
<p>The number of milliseconds this <strong>Connector</strong> will wait,
subsequent request before closing the connection.
- The default value is 15000 (i.e. 15 seconds).</p>
+ The default value is to use the value that has been set for the
+ connectionTimeout.</p>
</attribute>
<attribute name="disableUploadTimeout" required="false">
--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML><HEAD><TITLE>Apache Tomcat Examples</TITLE>
+<META http-equiv=Content-Type content="text/html">
+</HEAD>
+<BODY>
+<P>
+<H3>Apache Tomcat Examples</H3>
+<P></P>
+<ul>
+<li><a href="servlets">Servlets examples</a></li>
+<li><a href="jsp">JSP Examples</a></li>
+</ul>
+</BODY></HTML>