Hello All,
  I have a unique error when I am working with JUnit and Cactus. I am
testing some of my APIs for login stuff. Now
to login, I need to pass encrypted cookies. Fine that is ok. What I am
passing in the cookies is a pipe of the username and password. (eg
username|password). Cactus seems to
be converting the "|" to %7C. I wanted to know how I can avoid this. 
If it gets converted to %7C, it gives me a number format excpetion and so
on...
Is there any workaround this? Is this a bug in Cactus because of which this
is happening?.

Thx.
Kunal.

Reply via email to