URLResponse.java: Modifying the finally-clause to remain silent:
finally {
if (servletConnection != null)
URLConnectionUtils.closeQuietly(servletConnection);
}
Jos
URLResponse.java: Modifying the finally-clause to remain silent:
finally {
if (servletConnection != null)
URLConnectionUtils.closeQuietly(servletConnection);
}
Jos