RE: Incorrect cookie value in tomcat5.5.26

2008-02-28 Thread Sushil Vegad
:[EMAIL PROTECTED] Sent: Wednesday, February 27, 2008 1:49 PM To: Tomcat Users List Subject: Re: Incorrect cookie value in tomcat5.5.26 hi Sushil that scenario works just fine for me. you would have to show your actual code (and a test case) for me to analyze your actual problem Filip Sushil Vegad

Re: Incorrect cookie value in tomcat5.5.26

2008-02-28 Thread Filip Hanik - Dev Lists
Subject: Re: Incorrect cookie value in tomcat5.5.26 hi Sushil that scenario works just fine for me. you would have to show your actual code (and a test case) for me to analyze your actual problem Filip Sushil Vegad wrote: Hello Filip, Please let me know your thoughts on this. Our scenario

RE: Incorrect cookie value in tomcat5.5.26

2008-02-28 Thread Sushil Vegad
only for the browser session Thanks again for you help. Sushil -Original Message- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: Thursday, February 28, 2008 10:43 AM To: Tomcat Users List Subject: Re: Incorrect cookie value in tomcat5.5.26 I haven't looked at the code

RE: Incorrect cookie value in tomcat5.5.26

2008-02-27 Thread Sushil Vegad
break; } } This code did not have an issue with tomcat 5.0 Thanks, Sushil -Original Message- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: Monday, February 25, 2008 6:54 PM To: Tomcat Users List Subject: Re: Incorrect cookie value in tomcat5.5.26 what

Re: Incorrect cookie value in tomcat5.5.26

2008-02-27 Thread Filip Hanik - Dev Lists
- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: Monday, February 25, 2008 6:54 PM To: Tomcat Users List Subject: Re: Incorrect cookie value in tomcat5.5.26 what is your scenario, the following code worked for me, even though the browser doesn't send up cookie version

Re: Incorrect cookie value in tomcat5.5.26

2008-02-27 Thread devlists
-Original Message- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: Monday, February 25, 2008 6:54 PM To: Tomcat Users List Subject: Re: Incorrect cookie value in tomcat5.5.26 what is your scenario, the following code worked for me, even though the browser doesn't send

RE: Incorrect cookie value in tomcat5.5.26

2008-02-26 Thread Sushil Vegad
. With the same code, we did not have this issue with tomcat 5.0 Thanks, Sushil -Original Message- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: Monday, February 25, 2008 6:54 PM To: Tomcat Users List Subject: Re: Incorrect cookie value in tomcat5.5.26 what is your

RE: Incorrect cookie value in tomcat5.5.26

2008-02-25 Thread Sushil Vegad
List Subject: Re: Incorrect cookie value in tomcat5.5.26 not broken, corrected. the java doc says setValue public void *setValue*(String http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html newValue) Assigns a new value to a cookie after the cookie is created. If you use

Re: Incorrect cookie value in tomcat5.5.26

2008-02-25 Thread Filip Hanik - Dev Lists
] Conference Dial-in: 1-218-486-1300, Bridge: 427526 -Original Message- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: Monday, February 11, 2008 11:54 AM To: Tomcat Users List Subject: Re: Incorrect cookie value in tomcat5.5.26 not broken, corrected. the java doc says

RE: Incorrect cookie value in tomcat5.5.26

2008-02-12 Thread Sushil Vegad
: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: Monday, February 11, 2008 11:54 AM To: Tomcat Users List Subject: Re: Incorrect cookie value in tomcat5.5.26 not broken, corrected. the java doc says setValue public void *setValue*(String http://java.sun.com/j2se/1.5/docs/api/java

Re: Incorrect cookie value in tomcat5.5.26

2008-02-11 Thread Filip Hanik - Dev Lists
not broken, corrected. the java doc says setValue public void *setValue*(String http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html newValue) Assigns a new value to a cookie after the cookie is created. If you use a binary value, you may want to use BASE64 encoding.

RE: Incorrect cookie value in tomcat5.5.26

2008-02-11 Thread Sushil Vegad
Thanks Konstantin for you prompt response. Is the solution identified? I don't find it anywhere on google. -Original Message- From: Konstantin Kolinko [mailto:[EMAIL PROTECTED] Sent: Monday, February 11, 2008 11:25 AM To: Tomcat Users List Subject: Re: Incorrect cookie value

Re: Incorrect cookie value in tomcat5.5.26

2008-02-11 Thread Filip Hanik - Dev Lists
we made a correction, if you read the javadoc, that is an invalid value for a v0 cookie. do a cookie.setVersion(1); Filip Sushil Vegad wrote: Hello, We upgraded to tomcat 5.5.26 from 5.0.28 and now its returning incorrect cookie value. We are setting user email/id in a cookie to

Re: Incorrect cookie value in tomcat5.5.26

2008-02-11 Thread Konstantin Kolinko
I guess the cause is the same as for tomcat 6.0.16. See messages entitles Cookies are broken in 6.0.16?. http://www.nabble.com/Cookies-are-broken-in-6.0.16--to15369118.html - To start a new topic, e-mail: users@tomcat.apache.org