the problem is beyond that as well.

for the header

Cookie: name1=value1; Version=1; Path="/testcookies"

The cookie parsing mechanism adds 3 server cookies, one for each header value, the end result is still one valid cookie, when the request creates javax.servlet.http.Cookie object, since the latter two throw illegal argument exception.

however, the parsing is quite broken, let me know if you want me to provide a fix, or if you are already into it

Filip


jean-frederic clere wrote:
Filip Hanik - Dev Lists wrote:
I'm having problems with the cookie parsing


It is seems there are 2 problems... The version (only TCK will complain)
and we are re escaping already escaped strings. I will prepare a patch
later today.

Cheers

Jean-Frederic

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to