Bug 46603 - Cookies retrieved from tomcat server is not correct
Summary: Cookies retrieved from tomcat server is not correct
Status: RESOLVED DUPLICATE of bug 44679
Alias: None
Product: Tomcat 5
Classification: Unclassified
Component: Unknown (show other bugs)
Version: 5.5.27
Hardware: PC Windows Server 2003
: P2 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-26 04:21 UTC by Carl Skymne
Modified: 2009-01-27 03:04 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carl Skymne 2009-01-26 04:21:56 UTC
Hi, 

we are using cookies to save user information. This information is encrypted and a cookie can look like this. 

"alsdnfonion32rasdlfkn=="

When this cookies is retrieved from the Apache Tomcat server the last 2 characters is removed. This makes the decryption of the cookie impossible.

This error is also found in the Apache Tomcat 5.5.26.

It seems like the Tomcat cant handle the '=' characters in cookies. 

We have tested the 5.5.25 version of tomcat and in this version the cookie handling works fine.

Br.
Carl Skymne
Comment 1 Flavio Crispim 2009-01-27 03:04:35 UTC

*** This bug has been marked as a duplicate of bug 44679 ***