On 03/12/2010 22:00, slaur...@apache.org wrote:
> Author: slaurent
> Date: Fri Dec  3 22:00:58 2010
> New Revision: 1042022
> 
> URL: http://svn.apache.org/viewvc?rev=1042022&view=rev

Comments in-line.

> +        if (sessions.isEmpty()) {
> +            log.debug("No persisted sessions to unload");
> +            return; // nothing to do
> +        }
We haven't been good at this historically for debug messages but we
should really use a StringManager here for i18n support.

>  <section name="Tomcat 7.0.6 (markt)">
>    <subsection name="Catalina">
>      <changelog>
> +      <add>
> +        <bug>48973</bug>: Avoid creating a SESSIONS.ser file when stopping 
> an 
> +        application if there's no session. Patch provided by Marc Guillemot.
> +        (slaurent)
> +      </add>

Bugs should be added in ascending numerical order within the relevant
section.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to