Make ApplicationContextFacade non-final to enable extension.
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@
1067134 13f79535-47bb-0310-9956-
ffa450edef68
* @version $Id$
*/
-public final class ApplicationContextFacade
- implements ServletContext {
+public class ApplicationContextFacade implements ServletContext {
// ---------------------------------------------------------- Attributes
/**
<fix>
Fix NPE in CoyoteAdapter when postParseRequest() call fails. (kkolinko)
</fix>
+ <fix>
+ <bug>50709</bug>: Make <code>ApplicationContextFacade</code> non-final to
+ enable extension. (markt)
+ </fix>
</changelog>
</subsection>
<subsection name="Coyote">