RE: Intermittent Session Problems in Strut2.

2009-09-15 Thread John Liptak
I recommend using a tool like Fiddler or HttpWatch to see if your session cookie is being messed with. I have seen Apache proxy server 2.0 build 50 cache the cookie set command on images etc. So when you get a cached copy of an image you get the session that the other user had when the image was

RE: redirect parameters lost when using convention plugin 2.1.6

2009-03-19 Thread John Liptak
is wrong, and this is not consistent. I will update redirect to be similar to redirect-action. musachy On Tue, Mar 17, 2009 at 11:24 PM, John Liptak nab...@biwabik.net wrote: I'm in the process of upgrading an app from 2.0.11.2 to 2.1.6. I've been following the instructions at http

redirect parameters lost when using convention plugin 2.1.6

2009-03-17 Thread John Liptak
I'm in the process of upgrading an app from 2.0.11.2 to 2.1.6. I've been following the instructions at http://cwiki.apache.org/S2WIKI/troubleshooting-guide-migrating-from-struts-20x-to-21x.html#TroubleshootingguidemigratingfromStruts2.0.xto2.1.x-Updatestruts.xmlConfiguration converting from 2.0

Re: Struts and Weblogic 10.0 issue

2007-08-29 Thread John Liptak
Know bug CR321242. Vote for it if you have a support contract. -- View this message in context: http://www.nabble.com/Struts-and-Weblogic-10.0-issue-tf4341662.html#a12388355 Sent from the Struts - User mailing list archive at Nabble.com.

Re: Struts and Weblogic 10.0 issue

2007-08-28 Thread John Liptak
Weblogic 9+ includes struts with weblogic, so you may not be running 1.2.6 unless you have taken care to preferr your applications classes over the standard version. To read more, look at http://e-docs.bea.com/wls/docs90/programming/classloading.html#1082452 While there isn't 10 specific