Re: How to add a global interceptor

2015-10-13 Thread Jasper Rosenberg
worth the minor overhead of having more unused interceptors to allow more sharing of stacks.  Always more tech debt to work on! -Jasper From: Christoph Nenning To: Struts Users Mailing List Sent: Tuesday, October 13, 2015 8:13 AM Subject: Re: How to add a global interceptor >

Re: How to add a global interceptor

2015-10-13 Thread Christoph Nenning
> From: Jasper Rosenberg > To: Struts Users Mailing List , > Date: 13.10.2015 14:01 > Subject: Re: How to add a global interceptor > > Thanks for the feedback! > To be clear, we do have a number of interceptor stacks that are > shared and we follow a similar pattern to

Re: How to add a global interceptor

2015-10-13 Thread Jasper Rosenberg
Christoph Nenning To: Struts Users Mailing List Sent: Tuesday, October 13, 2015 7:35 AM Subject: Re: How to add a global interceptor > From: Jasper Rosenberg > To: "user@struts.apache.org" , > Date: 13.10.2015 13:26 > Subject: How to add a global interceptor > > Hi

Re: How to add a global interceptor

2015-10-13 Thread Christoph Nenning
> From: Jasper Rosenberg > To: "user@struts.apache.org" , > Date: 13.10.2015 13:26 > Subject: How to add a global interceptor > > Hi, > > > > I work on a project with hundreds of struts actions manywith their > own custom interceptor stac

How to add a global interceptor

2015-10-13 Thread Jasper Rosenberg
Hi,   I work on a project with hundreds of struts actions manywith their own custom interceptor stacks specified.    We have recently internationalized the site, and so I had aneed to add an i18n interceptor to the top of every action stack.  It would have been impractical (and difficultto