Thanks for replying,

The reason for bot using
<transport-guarantee>CONFIDENTIAL</transport-guarantee> is that we don't
want the https for the entire application we only require it at the places
were some confidential data is informed viz- registration or payment related
pages.For this we have made an interceptor which switches from http to https
based on a annotation. 

Al Sutton-3 wrote:
> 
> Any reason you're not using
> <transport-guarantee>CONFIDENTIAL</transport-guarantee>?
> 
> Before you ask, here's a reference with an example that has a clickable
> link
> to the definition http://wiki.metawerx.net/Wiki.jsp?page=Web.xml
> 
> -----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 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
> thing
> that could reflect changes if mentioned at one place that could be achived
> only if i put that interceptor in default-xml which all my xml's are
> extending. 
> 
> Dave Newton-4 wrote:
>> 
>> --- 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.
>> 
>> 
>> 
>>        
>> ______________________________________________________________________
>> ______________ Take the Internet to Go: Yahoo!Go puts the Internet in 
>> your pocket: mail, news, photos & more.
>> http://mobile.yahoo.com/go?refer=1GNXIC
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>> 
>> 
>> 
> 
> --
> View this message in context:
> http://www.nabble.com/custom-interceptor-in-default-stack-tf3871308.html#a10
> 968910
> Sent from the Struts - User mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/custom-interceptor-in-default-stack-tf3871308.html#a11002142
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to