Re: [PATCH][4.0] ApplicationFilterChain Ctr

2002-01-02 Thread Craig R. McClanahan
On Mon, 31 Dec 2001, Christopher K. St. John wrote: > Date: Mon, 31 Dec 2001 15:59:51 -0600 > From: Christopher K. St. John <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: [PATCH][4.0]

[PATCH][4.0] ApplicationFilterChain Ctr

2001-12-31 Thread Christopher K. St. John
afiltcctr.patch Description: Binary data -- To unsubscribe, e-mail: For additional commands, e-mail:

[PATCH][4.0] ApplicationFilterChain Ctr

2001-12-31 Thread Christopher K. St. John
ApplicationFilterChain has a constructor that doesn't do anything useful. It's call to super() is a bit confusing, since it leads to the assumption that FilterChain is a class. Other interface implementations in Catalina don't bother with placeholder constructors, this patch removes the one in