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

Re: Incorrect cookie value in tomcat5.5.26

2008-02-28 Thread Filip Hanik - Dev Lists
ruary 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 wrote: Hello Filip, Please

RE: Incorrect cookie value in tomcat5.5.26

2008-02-28 Thread Sushil Vegad
ailto:[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

Re: Incorrect cookie value in tomcat5.5.26

2008-02-27 Thread devlists
t username in the login field > 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

Re: Incorrect cookie value in tomcat5.5.26

2008-02-27 Thread Filip Hanik - Dev Lists
ginal 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-27 Thread Sushil Vegad
in the login field 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

RE: Incorrect cookie value in tomcat5.5.26

2008-02-26 Thread Sushil Vegad
T found. 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

Re: Incorrect cookie value in tomcat5.5.26

2008-02-25 Thread Filip Hanik - Dev Lists
563 Cell: 732.216.4908 Email: [EMAIL PROTECTED] 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 to

RE: Incorrect cookie value in tomcat5.5.26

2008-02-25 Thread Sushil Vegad
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/lang/String.html> newValue) Assigns a new value to a cookie after the cookie is created. If yo

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/j

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 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. W

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 remember

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 val

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.or