Re: Cookie Intercepter configuration

2009-02-11 Thread Musachy Barroso
ast week... > > http://www.nabble.com/CookiesInterceptor-config-missing-in-2.1.6-to21790815.html > > Later, > > Andy > > -- > View this message in context: > http://www.nabble.com/Cookie-Intercepter-configuration-tp21922591p21953827.html > Sent from the Struts - User mai

Re: Cookie Intercepter configuration

2009-02-11 Thread Andy Law
rence: > > https://issues.apache.org/struts/browse/WW-2992 > > Well, I guess that answers my question from last week... http://www.nabble.com/CookiesInterceptor-config-missing-in-2.1.6-to21790815.html Later, Andy -- View this message in context: http://www.nabble.com/Cookie-I

Re: Cookie Intercepter configuration

2009-02-10 Thread Dave Newton
Norris Shelton wrote: Correct, that is the only action that needs cookie information. I believe I was misunderstood. I'm saying that the cookie interceptor is the *only* interceptor that will be called for that action--again, this may be what you intended, but that is something different tha

Re: Cookie Intercepter configuration

2009-02-10 Thread Norris Shelton
Thanks! From: Musachy Barroso To: Struts Users Mailing List Sent: Tuesday, February 10, 2009 10:35:01 AM Subject: Re: Cookie Intercepter configuration It is a bug. This interceptor was added in 2.0.7, and it was never added to struts-default.xml in the 2.1

Re: Cookie Intercepter configuration

2009-02-10 Thread Musachy Barroso
>>>>> class="mil.army.usaac.conap.soldier.ViewAction"> >>> >>>* >>>* >>> >>> >>> >>>

Re: Cookie Intercepter configuration

2009-02-10 Thread Musachy Barroso
> value="mil.army.usaac.conap"/> >> >> >>> class="mil.army.usaac.conap.soldier.ViewAction"> >> >>* >>* >> >> >> >> >> >> >> >> >> From: Jack Qu

Re: Cookie Intercepter configuration

2009-02-10 Thread Norris Shelton
That is a very good question. Is it supposed to be in the default? I assumed it was there. From: Musachy Barroso To: Struts Users Mailing List Sent: Tuesday, February 10, 2009 10:27:42 AM Subject: Re: Cookie Intercepter configuration Where is the cookie

Re: Cookie Intercepter configuration

2009-02-10 Thread Musachy Barroso
> > class="mil.army.usaac.conap.soldier.ViewAction"> > >* >* > > > > > > > > ____ > From: Jack Qu > To: Struts Users Mailing List > Sent: Tuesday, February 10, 2009 8:55:11 AM > Subject: Re: Cookie Intercepter configurat

Re: Cookie Intercepter configuration

2009-02-10 Thread Musachy Barroso
gt; From: Dave Newton > To: Struts Users Mailing List > Sent: Monday, February 9, 2009 9:27:02 PM > Subject: Re: Cookie Intercepter configuration > > Norris Shelton wrote: >> Struts 2.1.6 on Glassfish 9.1_02 >> >> I am trying to configure the cookie intercepter, bu

Re: Cookie Intercepter configuration

2009-02-10 Thread Norris Shelton
009 8:55:11 AM Subject: Re: Cookie Intercepter configuration what's the file:/C:/dev/sun/sjas9_1_u2/domains/domain1/applications/j2ee-modules/conap/WEB-INF/classes/struts.xml:17:44 show text! -- From: "Norris Shelton" Sent: Tuesday,

Re: Cookie Intercepter configuration

2009-02-10 Thread Norris Shelton
From: Dave Newton To: Struts Users Mailing List Sent: Monday, February 9, 2009 9:27:02 PM Subject: Re: Cookie Intercepter configuration Norris Shelton wrote: > Struts 2.1.6 on Glassfish 9.1_02 > > I am trying to configure the cookie intercepter, but it looks

Re: Cookie Intercepter configuration

2009-02-10 Thread Jack Qu
g List" Subject: Re: Cookie Intercepter configuration Is there a library that I should be including? [#|2009-02-10T08:19:42.441-0500|INFO|sun-appserver9.1|org.apache.struts2.spring.StrutsSpringObjectFactory|_ThreadID=22;_ThreadName=httpWorkerThread-4848-1;|... initialized Struts-Spring

Re: Cookie Intercepter configuration

2009-02-10 Thread Norris Shelton
|#] From: Musachy Barroso To: Struts Users Mailing List Sent: Monday, February 9, 2009 5:20:45 PM Subject: Re: Cookie Intercepter configuration There should be a more meaningful exception down there in the log, can you post the whole stack trace? musachy On Mon, Feb 9, 2009 at 4:38 PM, Norris

Re: Cookie Intercepter configuration

2009-02-09 Thread Dave Newton
Norris Shelton wrote: Struts 2.1.6 on Glassfish 9.1_02 I am trying to configure the cookie intercepter, but it looks like I am missing something. I have the following in my struts.xml: * * Also be aware that

Re: Cookie Intercepter configuration

2009-02-09 Thread Musachy Barroso
There should be a more meaningful exception down there in the log, can you post the whole stack trace? musachy On Mon, Feb 9, 2009 at 4:38 PM, Norris Shelton wrote: > Struts 2.1.6 on Glassfish 9.1_02 > > I am trying to configure the cookie intercepter, but it looks like I am > missing something

Cookie Intercepter configuration

2009-02-09 Thread Norris Shelton
Struts 2.1.6 on Glassfish 9.1_02 I am trying to configure the cookie intercepter, but it looks like I am missing something. I have the following in my struts.xml: * * My server errors when I try to deploy the