URLResponse.java:

Modifying the finally-clause to remain silent:

finally {
            if (servletConnection != null)
URLConnectionUtils.closeQuietly(servletConnection);
        }

Jos

Reply via email to