DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20294>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20294 Axis doesn't maintain more than one cookie with http ------- Additional Comments From [EMAIL PROTECTED] 2003-08-17 18:25 ------- Hi, As I faces the same problem that a load-balancer added an additional cookie, I patched HTTPSender.java, and CommonsHTTPSender.java. The solution is quite simple, as HTTPTransport requires to save only a string for HEADER_COOKIE, and HEADER_COOKIE2, the patches saves just cookie1=value1;cookie2=value2... instead of the single cookie. I hope it helps other guys too.
