Author: markt Date: Sun Dec 30 14:11:12 2007 New Revision: 607599 URL: http://svn.apache.org/viewvc?rev=607599&view=rev Log: Update change log with a couple of recent changes.
Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.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?rev=607599&r1=607598&r2=607599&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Sun Dec 30 14:11:12 2007 @@ -67,6 +67,10 @@ <subsection name="Catalina"> <changelog> <fix> + <bug>42503</bug>: ServletContext.getResourceAsStream() could return + stale data. Patch provided by Arvind Srinivasan. (funkman/jim) + </fix> + <fix> <bug>43236</bug>: When resetting the response, also reset the flags associated with using a writer or an output stream to allow the user to change character set after the reset. (markt) @@ -132,6 +136,10 @@ </subsection> <subsection name="Jasper"> <changelog> + <fix> + <bug>43285</bug>: Missing EL Coercion causes argument type mismatch. + Patch provided by Bernhard Huemer. (funkman/jim) + </fix> <fix> <bug>43675</bug>: Fix a possible logging related classloader leak. (markt) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]