DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=37712>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37712





------- Additional Comments From [EMAIL PROTECTED]  2005-12-02 13:39 -------
After reading your discussion I have tried the following to implement a
IGNORE_COOKIES policy:
-------------------------------------
HttpMethod method = new GetMethod();
method.getParams().setCookiePolicy(CookiePolicy.IGNORE_COOKIES);
final WebClient webClient = new WebClient();
final URL url = new URL("http://de.finance.yahoo.com/q?s=CB3569.SG";);
final HtmlPage page = (HtmlPage) webClient.getPage(url);
-------------------------------------
But this also doesn't work, i.e. I get the same error messages as before.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to