Re: [BUG] multiple cookies handling bug

2005-01-06 Thread Davanum Srinivas
check jira, there are a few related bugs...am waiting for someone to step in, review the old patches, submit a fresh patch against latest cvs. i can't do that since i don't have a way to test the fixes... thanks, dims On Wed, 05 Jan 2005 23:05:29 -0800, Tim K. (Gmane) <[EMAIL PROTECTED]> wrote:

Re: [BUG] multiple cookies handling bug

2005-01-05 Thread Tim K. (Gmane)
Digging deeper into the code and trying to patch it to fix the bug I discovered another issue that needs to be addressed. The particular server that I am using doesn't send the load balancing cookie on all the responses, it refreshes it every few responses (I am not sure how it decides to refre

Re: [BUG] multiple cookies handling bug

2005-01-05 Thread Tim K. (Gmane)
Correction: case 2) below is not valid, apparently one cannot set multiple cookies in the same Set-Cookie header, there needs to be a header per cookie (but when the cookies are sent back to the server multiple cookies can be in one Cookie header, that's where my confusion came from). Case 1)

[BUG] multiple cookies handling bug

2005-01-05 Thread Tim K. (Gmane)
Hello Axis Developers & Users, I think I've discovered an Axis 1.2RC2 bug. Some servers use cookies to do load balancing, so in addition to the JSESSIONID session tracking cookie the load balancer may insert its own cookie in the HTTP response. There are 2 cases here: 1) The HTTP response will h