Hello,

I'm getting the following error:

13-Sep-2003 12:32:28 org.apache.commons.httpclient.HttpMethodBase
processResponseHeaders
WARNING: Invalid cookie header: "foo=baa; path=/; expires=Sat, 01 Jan 3000
00:00:00;". Unable to parse expiration date parameter: Sat, 01 Jan 3000
00:00:00

And it isn't storing the cookie.

Am using the following settings:

        client.setStrictMode(true);
        client.getState().setCookiePolicy(CookiePolicy.COMPATIBILITY);

Any suggestions on the easiest way to make it accept that cookie would be
appreciated

Thanks.
Derek


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

Reply via email to