RE: Cookie Problem

2004-02-16 Thread hareesh babu
below: > > > > > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11240 > > > > Oleg > > > > -Original Message- > > From: hareesh babu [mailto:[EMAIL PROTECTED] > > Sent: Monday, February 16, 2004 13:37 > > To: Commons HttpClient Pr

RE: Cookie Problem

2004-02-16 Thread Kalnichevski, Oleg
HttpClient Project Subject: RE: Cookie Problem Kalnichevski, Oleg, For this reason, i download the lastest build from cvs of 20040215.zip. Then i am getting this expection. But this code some sort with httpclinet 2.0 rc3 version. java.lang.IllegalArgumentException: Entity enclosing requests cannot

RE: Cookie Problem

2004-02-16 Thread hareesh babu
ues. > For more details on the problem refer to the bug > report below: > > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11240 > > Oleg > > -Original Message- > From: hareesh babu [mailto:[EMAIL PROTECTED] > Sent: Monday, February 16, 2004 13:37 > To:

RE: Cookie Problem

2004-02-16 Thread Kalnichevski, Oleg
problem refer to the bug report below: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11240 Oleg -Original Message- From: hareesh babu [mailto:[EMAIL PROTECTED] Sent: Monday, February 16, 2004 13:37 To: Commons HttpClient Project Cc: [EMAIL PROTECTED] Subject: Re: Cookie Problem Hi Roland

Re: Cookie Problem

2004-02-16 Thread hareesh babu
Hi Roland Weber, Thanks for you immediate reponse. Even if set the cookie policy by different i am getting the problem. Let me explain the problem i am facing, I am sending a get request the home page of the xxx website, it is comming fine, after that i am sending a post with user and password

Re: Cookie Problem

2004-02-16 Thread Roland Weber
Hello Hareesh, the cookie shouldn't include commas in the first place, that's a violation of the respective specification. But since you have to access that page, try setting a different cookie policy. Check out the options in org.apache.commons.httpclient.cookie.CookiePolicy Try NETSCAPE and BRO