throws Exception {
final String basePackage = "org.apache.coyote.";
loader.loadClass(basePackage + "http11.AbstractOutputBuffer$1");
+ // Make sure system property is read at this point
+ Class<?> clazz = loader.loadClass(basePackage + "Constants");
+ clazz.newInstance();
}
<bug>50709</bug>: Make <code>ApplicationContextFacade</code> non-final to
enable extension. (markt)
</fix>
+ <fix>
+ When running under a security manager, user requests may fail with a
+ security exception. (markt)
+ </fix>
</changelog>
</subsection>
<subsection name="Coyote">