Re: Http session lost b/w struts actions on Linux but not in Win

2009-12-23 Thread Tsirkin Evgeny
d the production/test boxes are on Linux. > > > > Regards > > > > Ron > > > > - Original Message ----- From: "Johan Thorselius" < > > johan.thorsel...@gmail.com> > > To: "Tomcat Users List" > > Sent: Tuesday, December 22, 2009 11:3

Re: Http session lost b/w struts actions on Linux but not in Win

2009-12-23 Thread Konstantin Kolinko
egards >> >> Ron >> >> - Original Message - From: "Johan Thorselius" < >> johan.thorsel...@gmail.com> >> To: "Tomcat Users List" >> Sent: Tuesday, December 22, 2009 11:38 PM >> Subject: Re: Http sessio

Re: Http session lost b/w struts actions on Linux but not in Win

2009-12-23 Thread Johan Thorselius
l Message - From: "Johan Thorselius" < > johan.thorsel...@gmail.com> > To: "Tomcat Users List" > Sent: Tuesday, December 22, 2009 11:38 PM > Subject: Re: Http session lost b/w struts actions on Linux but not in Win > > > > I here add some info fr

Re: Http session lost b/w struts actions on Linux but not in Win

2009-12-22 Thread Ron McNulty
lius" To: "Tomcat Users List" Sent: Tuesday, December 22, 2009 11:38 PM Subject: Re: Http session lost b/w struts actions on Linux but not in Win I here add some info from Firebug which may be significant. 'GET localhost:8080/wap-app/start.action': CookieJSESSION

Re: Http session lost b/w struts actions on Linux but not in Win

2009-12-22 Thread Johan Thorselius
I here add some info from Firebug which may be significant. 'GET localhost:8080/wap-app/start.action': CookieJSESSIONID=9726CDF4A527E3D98451140AB69EFA2C; JSESSIONID=BEED739340DDD4370C85A9D12917692A 'GET localhost:8080/webdav/images/.../1px.gif': CookieJSESSIONID=BEED739340DDD4370C85A9D12917

Re: Http session lost b/w struts actions on Linux but not in Win

2009-12-22 Thread Johan Thorselius
The issue now boils down to the following a bit strange thing. Any idea why this happens ? - request.getSession() returns an incorrect null on Linux, but on Windows it's OK - under the following circumstances: When using Firebug on Firefox I noted that a corporate common .css references a 1-pixe

Re: Http session lost b/w struts actions on Linux but not in Win

2009-12-21 Thread Johan Thorselius
quel effet légalement obligatoire. Étant donné que les email > peuvent facilement être sujets à la manipulation, nous ne pouvons accepter > aucune responsabilité pour le contenu fourni. > > > > > > Date: Thu, 17 Dec 2009 13:52:59 +0100 > > Subject: Http session lost b/

Re: Http session lost b/w struts actions on Linux but not in Win

2009-12-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Johan, On 12/17/2009 7:52 AM, Johan Thorselius wrote: > request.getSession() returns an incorrect null on Linux, but on Windows it's > OK. That's odd... request.getSession() should never return null. This method: " Returns the current session associ

Re: Http session lost b/w struts actions on Linux but not in Win

2009-12-17 Thread Pid
On 17/12/2009 12:52, Johan Thorselius wrote: request.getSession() returns an incorrect null on Linux, but on Windows it's OK. I have an ordinary Struts2 web app deployed on Tomcat 6.0.20, together with a JAAS-solution where I have my own Valve class. The Valve repeatedly executes invoke() with

RE: Http session lost b/w struts actions on Linux but not in Win

2009-12-17 Thread Martin Gainty
rmation seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Thu, 17 Dec 2009 13:52:59 +0100 > Subject: Htt

Http session lost b/w struts actions on Linux but not in Win

2009-12-17 Thread Johan Thorselius
request.getSession() returns an incorrect null on Linux, but on Windows it's OK. I have an ordinary Struts2 web app deployed on Tomcat 6.0.20, together with a JAAS-solution where I have my own Valve class. The Valve repeatedly executes invoke() with the following code-snippet (here very much simp