Author: kkolinko Date: Mon Nov 15 15:42:58 2010 New Revision: 1035316 URL: http://svn.apache.org/viewvc?rev=1035316&view=rev Log: Amend some entries in the changelog file, for better formatting and readability.
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=1035316&r1=1035315&r2=1035316&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Mon Nov 15 15:42:58 2010 @@ -108,7 +108,8 @@ avoid. (markt) </fix> <fix> - <bug>49749</bug>: Use httpOnly setting when creating SSO cookie. (markt) + <bug>49749</bug>: Respect <code>httpOnly</code> setting of Context + when creating SSO cookie. (markt) </fix> <add> Provide better web application state information via JMX. (markt) @@ -154,20 +155,21 @@ <code>org.apache.catalina.security.SecurityUtil</code>. (markt) </fix> <add> - Add a new filter to provide generic cross-site request forgery (CSRF) + Add a new filter, <code>org.apache.catalina.filters.CsrfPreventionFilter</code>, + to provide generic cross-site request forgery (CSRF) protection for web applications. (markt) </add> <fix> - Make sure Contexts defined in server.xml pick up any configClass setting - from the parent Host. (markt) + Make sure Contexts defined in server.xml pick up any <code>configClass</code> + setting from the parent Host. (markt) </fix> </changelog> </subsection> <subsection name="Coyote"> <changelog> <fix> - Avoid a NPE for APR connector unlockAccept with default soTimeout - (mturk). + Avoid a NPE for APR connector unlockAccept with default soTimeout. + (mturk) </fix> <add> <bug>48738</bug>: Add support for flushing gzipped output. Based on a @@ -189,10 +191,10 @@ </fix> <fix> <bug>49521</bug>: Disable scanning for a free port in Jk AJP/1.3 - connector by default. Do not change maxPort field value of ChannelSocket + connector by default. Do not change <code>maxPort</code> field value of ChannelSocket in its <code>setPort()</code> and <code>init()</code> methods. Add support for <code>maxPort</code> attribute on a <code>Connector</code> - element as a synonym for channelSocket.maxPort + element as a synonym for <code>channelSocket.maxPort</code>. (kkolinko) </fix> <fix> <bug>49625</bug>: Ensure Vary header is set if response may be @@ -272,13 +274,14 @@ make sure isPrimarySession is changed to true. (kfujino) </fix> <fix> - Add support for maxActiveSessions attribute to BackupManager. (kfujino) + Add support for <code>maxActiveSessions</code> attribute to + BackupManager. (kfujino) </fix> <fix> Improve sending an access message in DeltaManager. - maxInactiveInterval of not Manager but the session is used. - If maxInactiveInterval is negative, an access message is not sending. - (kfujino) + Use <code>maxInactiveInterval</code> not of the Manager, but of the session. + If <code>maxInactiveInterval</code> is negative, the access message is not + being sent. (kfujino) </fix> </changelog> </subsection> @@ -290,15 +293,15 @@ </fix> <add> Configure the Manager web application to use the new CSRF protection. To - take advantge of this protection, the manager role must be removed from - all users and the new manager-gui and manager-script roles used instead. - (markt) + take advantage of this protection, the <code>manager</code> role must be + removed from all users and the new <code>manager-gui</code> and + <code>manager-script</code> roles used instead. (markt) </add> <add> Configure the Host Manager web application to use the new CSRF - protection. To take advantge of this protection, the admin role must be - removed from all users and the new admin-gui and admin-script roles used - instead. (markt) + protection. To take advantge of this protection, the <code>admin</code> role + must be removed from all users and the new <code>admin-gui</code> and + <code>admin-script</code> roles used instead. (markt) </add> </changelog> </subsection> @@ -318,8 +321,8 @@ Panagiotis Astithas. (kkolinko) </fix> <fix> - <bug>49861</bug>: Don't log RMI ports formatted with commas for the - JMX remote listener. (markt) + <bug>49861</bug>: Fix formatting of log messages in JXM remote listener. + Do not use commas when printing RMI port numbers. (markt) </fix> </changelog> </subsection> @@ -363,7 +366,7 @@ (markt) </fix> <fix> - <bug>49351</bug>: Fix possible NPe when embedding and no name is + <bug>49351</bug>: Fix possible NPE when embedding and no name is specified for the Service. (markt) </fix> <fix> @@ -371,13 +374,14 @@ POST request. (markt) </fix> <fix> - <bug>49414</bug>: Differentiate between request threads and application + <bug>49414</bug>: Improve diagnostic of memory leaks. + Differentiate between request threads and application created threads when warning about still running threads when an application stops. (markt) </fix> <fix> - <bug>49443</bug>: Use remoteIpHeader rather than remoteIPHeader - consistently. (markt) + <bug>49443</bug>: Fix RemoteIpValve documentation. Use remoteIpHeader + rather than remoteIPHeader consistently. (markt) </fix> <add> Add property <code>searchExternalFirst</code> to WebappLoader. @@ -402,8 +406,8 @@ running under a security manager. (markt/kkolinko) </fix> <fix> - <bug>49436</bug>: Correct documented default for readonly attribute of - the UserDatabase component. (markt) + <bug>49436</bug>: Correct documented default for <code>readonly</code> + attribute of the UserDatabase component. (markt) </fix> </changelog> </subsection> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org