Closed GoogleCodeExporter closed 9 years ago
This issue was closed by revision r72.
Original comment by michael.tamm2
on 4 Oct 2010 at 10:53
Fixed by ignoring image URLs, which can not be converted to an URI an can
therefore not be checked with Apache HttpClient.
If anybody has an idea, how to check such URLs, I would really like to know ...
Original comment by michael.tamm2
on 4 Oct 2010 at 10:55
"Invalid query" makes me think it is choking on the query string... found
http://www.mail-archive.com/httpclient-user@jakarta.apache.org/msg04313.html
Perhaps using "new URI(String, boolean)" and pass false as the second argument
to tell the URI class that it is supposed to escape the query string, will fix
the issue.
Original comment by phzzzt
on 9 Feb 2011 at 6:38
Original issue reported on code.google.com by
juli...@google.com
on 26 Aug 2010 at 11:35