git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@514183
13f79535-47bb-0310-9956-
ffa450edef68
digester.parse(file);
}
} catch (Exception e) {
- throw new LifecycleException("memoryRealm.readXml", e);
+ throw new LifecycleException
+ (sm.getString("memoryRealm.readXml"), e);
} finally {
digester.reset();
}
<bug>41739</bug> Correct handling of servlets with a load-on-startup
value of zero. These are now the first servlets to be started. (markt)
</fix>
+ <fix>
+ <bug>41752</bug> Correct error message on exception in MemoryRealm.
+ (markt)
+ </fix>
</changelog>
</subsection>
<subsection name="Coyote">