Fix the regression that broke BeanFactory resources caused by the previous fix for 50159
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@
1040157 13f79535-47bb-0310-9956-
ffa450edef68
String propName = ra.getType();
if (propName.equals(Constants.FACTORY) ||
- propName.equals("scope") || propName.equals("auth")) {
+ propName.equals("scope") || propName.equals("auth") ||
+ propName.equals("singleton")) {
continue;
}
</fix>
<update>
Further performance improvements to session ID generation. Remove legacy
- configuration options that are no longer required.
+ configuration options that are no longer required. (markt)
</update>
<fix>
+ <bug>50351</bug>: Fix the regression that broke BeanFactory resources
+ caused by the previous fix for <bug>50159</bug>. (markt)
+ </fix>
+ <fix>
<bug>50358</bug>: Set the correct LifecycleState when stopping instances
of the deprecated Embedded class. (markt)
</fix>