• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problem with Sharing cookie with special characters between IIS ASP .Net App and JBoss 5.1

 
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am facing a problem of truncation while reading a cookie that contains ':' as its value. The details of the same are as follows:

The cookie is set in a ASP.Net Page running on IIS 6.1 . The code snippet for the same



When this cookies is retrieved in a Java Application running on JBoss 5.1 (or even Tomcat), the value gets truncated from : that is, I get the value as 'http' rather than the http://www.google.com.
Both JBoss and IIS are running on different machines in the same domain. However, if similar cookie is set on Tomcat 7 and successfully retrieved on JBoss 5.1.
So, on face value it looks like a IIS specific issue.
Any thoughts about the reason of the issue and how to fix this.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic