On 03/12/2010 22:00, [email protected] 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: [email protected]
For additional commands, e-mail: [email protected]