users@jax-rs-spec.java.net

[jax-rs-spec users] [jsr339-experts] cleaning up connections on exceptions

From: Bill Burke <bburke_at_redhat.com>
Date: Fri, 18 Oct 2013 08:50:34 -0400

Users are required to do this right?

try {

    String result = target.get(String.class):
} catch (WebApplicationException wae) {
    wae.getResponse().close();
}

-- 
Bill Burke
JBoss, a division of Red Hat
http://bill.burkecentral.com