[Htmlparser-user] use with Google App Engine
Brought to you by:
derrickoswald
From: Andy W. <an...@aw...> - 2009-12-07 23:31:30
|
Has anyone used HtmlParser with GAE? I have a url I parse ok in 'dev mode' but when I publish the code the the live environment I get the following exception when parsing the same page: java.lang.IllegalStateException: no cookie value at org.htmlparser.http.ConnectionManager.parseCookies(ConnectionManager.java:1131) at org.htmlparser.http.ConnectionManager.openConnection(ConnectionManager.java:669) at org.htmlparser.http.ConnectionManager.openConnection(ConnectionManager.java:848) at org.htmlparser.Parser.setURL(Parser.java:392) Anyone know why I find myself parsing Cookies anyway? cheers Andy |