Author: markt Date: Mon Oct 31 13:06:04 2011 New Revision: 1195441 URL: http://svn.apache.org/viewvc?rev=1195441&view=rev Log: Fix order
Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1195441&r1=1195440&r2=1195441&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Mon Oct 31 13:06:04 2011 @@ -63,13 +63,17 @@ by Joe Kislo and Felix Schumacher. (markt) </add> <fix> - <bug>51910</bug>: Prevent NPE on connector stop if Comet applications - are being used without the CometConnectionManagerValve. (markt) + <bug>51744</bug>: Throw the correct exception if an application attempts + to modify the associated JNDI context. (markt) </fix> + <add> + <bug>51744</bug>: Add an option to the StandardContext that allows + exception throwing when an application attempts to modify the associated + JNDI context to be disabled. (markt) + </add> <fix> - <bug>51940</bug>: Do not limit saving of request bodies during FORM - authentication to POST requests since any HTTP method may include a - request body. Based on a patch by Nicholas Sushkin. (markt/kkolinko) + <bug>51910</bug>: Prevent NPE on connector stop if Comet applications + are being used without the CometConnectionManagerValve. (markt) </fix> <fix> <bug>51956</bug>: RemoteAddrFilter used getRemoteHost instead of @@ -153,15 +157,6 @@ per request. This defaults to 10000. (markt) </add> <fix> - <bug>51744</bug>: Throw the correct exception if an application attempts - to modify the associated JNDI context. (markt) - </fix> - <add> - <bug>51744</bug>: Add an option to the StandardContext that allows - exception throwing when an application attempts to modify the associated - JNDI context to be disabled. (markt) - </add> - <fix> <bug>52091</bug>: Address performance issues related to lock contention StandardWrapper. Patch provided by Taiki Sugawara. (markt) </fix> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org