RE: custom interceptor in default stack

2007-06-06 Thread sudeepj2ee
t; > -Original Message- > From: sudeepj2ee [mailto:[EMAIL PROTECTED] > Sent: 05 June 2007 14:00 > To: user@struts.apache.org > Subject: Re: custom interceptor in default stack > > > I am going for a https and for switching between http and https for that i > have m

RE: custom interceptor in default stack

2007-06-05 Thread Al Sutton
0 To: user@struts.apache.org Subject: Re: custom interceptor in default stack I am going for a https and for switching between http and https for that i have made a interceptor, and there are arount 35 struts- xml files which are included in struts.xml,what i was thinking is that instead of inserting inte

Re: custom interceptor in default stack

2007-06-05 Thread sudeepj2ee
I am going for a https and for switching between http and https for that i have made a interceptor, and there are arount 35 struts- xml files which are included in struts.xml,what i was thinking is that instead of inserting interceptor in each strut-xml i can have a global interceptor kind of thin

RE: custom interceptor in default stack

2007-06-05 Thread Al Sutton
Technically you can, but it's most likley not the best approach. See http://cwiki.apache.org/WW/interceptors.html for information on better ways, or, if you absolutley must, it will show you how to add it to struts-default. -Original Message- From: sudeepj2ee [mailto:[EMAIL PROTECTED] S

Re: custom interceptor in default stack

2007-06-05 Thread Dave Newton
--- sudeepj2ee <[EMAIL PROTECTED]> wrote: > can we put our custom interceptor in > struts-default.xml,if yes than what configurations are > required. You *could*, but why wouldn't you just put it in your struts.xml and not worry about your customizations being lost when you upgrade your S2? d.