Author: billbarker
Date: Tue Feb 28 22:22:41 2006
New Revision: 381924

URL: http://svn.apache.org/viewcvs?rev=381924&view=rev
Log:
Catch up the change log

Modified:
    tomcat/container/tc5.5.x/webapps/docs/changelog.xml

Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?rev=381924&r1=381923&r2=381924&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Tue Feb 28 22:22:41 2006
@@ -86,6 +86,12 @@
       <fix>
         Refresh loggers used by the digester (remm)
       </fix>
+      <fix>
+        Use sendError instead of setStatus to send the 401 code. (billbarker)
+      </fix>
+      <fix>
+        Don't append the port for an SSL redirect if it is the default port. 
(billbarker)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Coyote">
@@ -124,6 +130,16 @@
       <fix>
         Fix invalid length used by some AJP packets for the AJP APR connector, 
which could cause 
         corruption, submitted by Rudiger Plum (jim)
+      </fix>
+      <fix>
+        Fix problems with request.getReader().readLine(). 
+        patch by Rainer Jung (billbarker)
+      </fix>
+      <fix>
+        Don't write out the shutdown secret file if shutdown is disabled (the 
default) (billbarker)
+      </fix>
+      <fix>
+        Fix NPE when no sink is supplied. (billbarker)
       </fix>
     </changelog>
   </subsection>



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

Reply via email to