Interceptors loaded by the stripes extension package are not in any order. If you really need order then you need to move those interceptors out of the extension package or mark them with @DontAutoLoad and list them in the web.xml.
Nathan On Wed, Dec 3, 2008 at 9:20 AM, Mike McNally <[EMAIL PROTECTED]> wrote: > When Interceptors are picked up via the Extension feature, is it the > case that ordering of invocation is determined by class name? I'll > check the source but I get dizzy in there sometimes and I might get > confused. > > -- > Turtle, turtle, on the ground, > Pink and shiny, turn around. > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Stripes-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/stripes-users > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
