Author: remm
Date: Tue Dec  5 05:53:47 2006
New Revision: 482651

URL: http://svn.apache.org/viewvc?view=rev&rev=482651
Log:
- Add a html file in case the user goes to the wrong place in the examples.
- Changelog update.

Added:
    tomcat/tc6.0.x/trunk/webapps/examples/index.html   (with props)
Modified:
    tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
    tomcat/tc6.0.x/trunk/webapps/docs/config/ajp.xml
    tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml

Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?view=diff&rev=482651&r1=482650&r2=482651
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Tue Dec  5 05:53:47 2006
@@ -52,6 +52,13 @@
         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">
@@ -68,6 +75,30 @@
       </update>
       <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>

Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/ajp.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/ajp.xml?view=diff&rev=482651&r1=482650&r2=482651
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/ajp.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/ajp.xml Tue Dec  5 05:53:47 2006
@@ -221,7 +221,8 @@
     <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">

Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml?view=diff&rev=482651&r1=482650&r2=482651
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml Tue Dec  5 05:53:47 2006
@@ -273,7 +273,8 @@
     <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">

Added: tomcat/tc6.0.x/trunk/webapps/examples/index.html
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/examples/index.html?view=auto&rev=482651
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/examples/index.html (added)
+++ tomcat/tc6.0.x/trunk/webapps/examples/index.html Tue Dec  5 05:53:47 2006
@@ -0,0 +1,13 @@
+<!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>

Propchange: tomcat/tc6.0.x/trunk/webapps/examples/index.html
------------------------------------------------------------------------------
    svn:eol-style = native



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to