672673674675676677678679680681682
HttpEntity resEntity = res.getEntity(); return EntityUtils.toString(resEntity); } finally { bi.discard(); } } catch (ClientProtocolException e) { throw new ManifoldCFException(e); } catch (IOException e) { handleIOException(e);