On Mon, 2008-10-20 at 09:17 +0200, Reinhard Pagitsch wrote: > Hello to all, > > From our webserver I get a session cookie in the form > POSESSIONID="dfgsdfgsdg=" > But the HTTPClient sends back the cookie in the form > POSESSIONID=dfgsdfgsdg=. > Therefore no authentication is done. Is there a way to configure the > HttpClient to send back > the session cookie as it is and do no modifications? > > Thank you, > Reinhard >
Reinhard, You have two options (1) fix the broken server side script (2) implement a custom CookieSpec that formats cookies in the way compatible with the broken server side script Oleg > --------------------------------------------------------------------- > 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]
