rsday, November 13, 2008 12:26 PM
To: Tomcat Users List
Subject: Re: Filter Init order
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ken,
[EMAIL PROTECTED] wrote:
> However, I can even remove the mapping and just leave the filter declaration
> and the inits still happen.
The servlet sp
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ken,
[EMAIL PROTECTED] wrote:
> However, I can even remove the mapping and just leave the filter declaration
> and the inits still happen.
The servlet specification doesn't say anything about the ordering of
init calls to filters... only that they
wheel last time.
-ken
-Original Message-
From: Arash Bizhan zadeh [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 13, 2008 10:40 AM
To: Tomcat Users List
Subject: Re: Filter Init order
On Thu, Nov 13, 2008 at 10:35 AM, <[EMAIL PROTECTED]> wrote:
> Is there a guaranteed way t
On Thu, Nov 13, 2008 at 10:35 AM, <[EMAIL PROTECTED]> wrote:
> Is there a guaranteed way to specify the order that filters get
> initialized?
>
> Running Tomcat 6.0.14 (on windows right now for testing)
> I have also used servlet 2.3 and 2.5 declarations in web.xml
> I have 5 filters defined.
> -
Is there a guaranteed way to specify the order that filters get initialized?
Running Tomcat 6.0.14 (on windows right now for testing)
I have also used servlet 2.3 and 2.5 declarations in web.xml
I have 5 filters defined.
- 2 are custom
- 3 are out of the box (SiteMesh, Struts2, Struts2Cleanup)
I