On Sat, 2011-06-25 at 16:50 -0400, feedly team wrote: > I think I found the issue. An exception is thrown by EntityUtils.toString(): > > java.io.UnsupportedEncodingException: > at > sun.nio.cs.StreamDecoder.forInputStreamReader(StreamDecoder.java:52) > at java.io.InputStreamReader.<init>(InputStreamReader.java:83) > at org.apache.http.util.EntityUtils.toString(EntityUtils.java:194) > at org.apache.http.util.EntityUtils.toString(EntityUtils.java:221) > at com.devhd.feedly.util.UrlReader.fetch(UrlReader.java:185) > > This happens when constructing the reader, which is not surrounded by a try > finally block that would close the instream in case of an exception. > > Thanks. >
This problem has been fixed in HttpCore version 4.1.1. Please upgrade. Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
