The offending code has been fixed in HttpClientHelper like this:

        try {
            HttpClientCall httpCall = getConverter().toSpecific(this,
request);
            getConverter().commit(httpCall, request, response);
        } catch (Exception e) {
            getLogger().log(Level.INFO,
                    "Error while handling an HTTP client call", e);
            response.setStatus(Status.CONNECTOR_ERROR_INTERNAL,
e.getMessage());
        }

Fix checked in SVN trunk and branch 1.0.

Jerome, thanks for that. Any plans to update the jar(s) on http://maven.restlet.org?

cheers
</jima>

Reply via email to