https://issues.apache.org/bugzilla/show_bug.cgi?id=48409

SunTom <sundarramalin...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Servlet & JSP API           |Catalina

--- Comment #2 from SunTom <sundarramalin...@gmail.com> 2009-12-18 11:41:59 UTC 
---
(In reply to comment #1)
> That cookie is not spec complaint. Please ask on the users list if you need
> advice regarding approaches available to use colons in cookie values.


Mark, Thanks for immediate response. I guess I wasn't clear in my bug report. 

  This cookie is set by my company's enterprise site. 

For Example in the below cookie testUser is the login name. I need to parse and
get the username by reading cookie. 

COOKIE:
=======

 ECCUser:n0MSlkL7ugtO84tH:n0MTL1Z9YZSMSolB:testUser

In tomcat 5.5 when i read the above cookie I get whole information. But when I
read cookie using the same code in Tomcat 6.0.20 i get only

 ECCUser:n0MSlkL7ugtO84tH

 I couldn't get whole information until testUser. Since I am using the same
piece of code, I was expecting it would be consistent in tomcat 6.0.20, but it
is not. Hence I raised the bug.

Thanks, Sundar

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to