src/main/java/com/yeshi/buwan/util/HttpUtil.java
@@ -104,6 +104,7 @@ public static InputStream getAsInputStream(String url) { HttpClient client = new HttpClient(); client.getHttpConnectionManager().getParams().setConnectionTimeout(5000); GetMethod method = new GetMethod(url); try { client.executeMethod(method);