Re: Tomcat 5.5.27, session lost, cookies

2011-06-01 Thread Diego Ruotolo
Hi Chris, many thanks for your suggestion. Next week I will try to remove the cookie in excess and I'll tell you the result. Best regards Il 01/06/2011 16.29, Christopher Schultz ha scritto: > Diego, > > On 6/1/2011 6:27 AM, Diego Ruotolo wrote: > > BTW, in my previous mails I tell you about the

Re: Tomcat 5.5.27, session lost, cookies

2011-06-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Diego, On 6/1/2011 6:27 AM, Diego Ruotolo wrote: > BTW, in my previous mails I tell you about the architecture used in our > webapp, I send you the HTTP logs as returned by the access log valve and The logs are not useful, since they don't contain he

Re: Tomcat 5.5.27, session lost, cookies

2011-06-01 Thread Diego Ruotolo
Hi Chris, as I said in one of my previous mail, I'm not able to reproduce the error anymore. I'm trying to figuring out what's changed (some commit made by someone of our team), and next week I'll test it on some other test environments. I'm trying to collect all the details to send you accurate i

Re: Tomcat 5.5.27, session lost, cookies

2011-05-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Diego, On 5/27/2011 9:16 AM, Diego Ruotolo wrote: > Il 27/05/2011 15.04, Filippo Machi ha scritto: >> @Filippo: Ciao! There are no "strange" or blank character on cookie >> value, it's just the JSESSIONID "as is". It's a value generated by >> Tomcat,

Re: Tomcat 5.5.27, session lost, cookies

2011-05-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Filippo, On 5/27/2011 4:33 AM, Filippo Machi wrote: > On Fri, May 27, 2011 at 12:12 AM, Christopher Schultz < > ch...@christopherschultz.net> wrote: >> The value itself is blank, or the value /contains/ a blank? > > the value contains a blank The pr

Re: Tomcat 5.5.27, session lost, cookies

2011-05-27 Thread Diego Ruotolo
Il 27/05/2011 15.04, Filippo Machi ha scritto: > @Filippo: Ciao! There are no "strange" or blank character on cookie > value, it's just the JSESSIONID "as is". It's a value generated by > Tomcat, isn't it? > > Ciao Diego, > I meant, maybe there's ANOTHER cookie in the incoming request that contains

Re: Tomcat 5.5.27, session lost, cookies

2011-05-27 Thread Filippo Machi
On Fri, May 27, 2011 at 12:26 PM, Diego Ruotolo wrote: > Hi everybody ! > > Thanks to all of you for your replies. Unfortunately (or fortunately) I > spent the whole morning trying to reproduce the problem but everything > works fine today! > > @Filippo: Ciao! There are no "strange" or blank chara

Re: Tomcat 5.5.27, session lost, cookies

2011-05-27 Thread Diego Ruotolo
Hi everybody ! Thanks to all of you for your replies. Unfortunately (or fortunately) I spent the whole morning trying to reproduce the problem but everything works fine today! @Filippo: Ciao! There are no "strange" or blank character on cookie value, it's just the JSESSIONID "as is". It's a value

Re: Tomcat 5.5.27, session lost, cookies

2011-05-27 Thread Filippo Machi
Ciao! Please read my comment inline.. On Fri, May 27, 2011 at 12:12 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Filippo, > > On 5/26/2011 10:50 AM, Filippo Machi wrote: > > One of our legacy (non java) server was used to put

Re: Tomcat 5.5.27, session lost, cookies

2011-05-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Filippo, On 5/26/2011 10:50 AM, Filippo Machi wrote: > One of our legacy (non java) server was used to put a blank (' ') character > as value of a cookie. The value itself is blank, or the value /contains/ a blank? Please give us an example of a "Co

Re: Tomcat 5.5.27, session lost, cookies

2011-05-26 Thread Filippo Machi
Ciao Diego! While working with cookies, we had some issues handling not valid characters. One of our legacy (non java) server was used to put a blank (' ') character as value of a cookie. But it seems that blank it's a forbidden char so tomcat was not able to parse the cookie value. Is it possible

Re: Tomcat 5.5.27, session lost, cookies

2011-05-26 Thread Marcos Ortiz
On 05/26/2011 04:28 AM, Diego Ruotolo wrote: Hi, any suggestion for this problem? Thanks, best regards Il 25/05/2011 10.34, Diego Ruotolo ha scritto: Hi, this is my first post to this list. Maybe it's a post more related to the developers list, if so please tell me so and I will send it to

Re: Tomcat 5.5.27, session lost, cookies

2011-05-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Diego, On 5/25/2011 4:34 AM, Diego Ruotolo wrote: > Everything works fine, but sometimes it happens that even if cookies are > correctly inserted in the request header (I can see it!) and > "unprocessed" variable of class Cookies is set to false (== c

Re: Tomcat 5.5.27, session lost, cookies

2011-05-26 Thread Diego Ruotolo
Hi, any suggestion for this problem? Thanks, best regards Il 25/05/2011 10.34, Diego Ruotolo ha scritto: > Hi, > > this is my first post to this list. Maybe it's a post more related to > the developers list, if so please tell me so and I will send it to that > list. > > Working with my company'