Hi Jim, We still have one bug pending, then we'll release 1.0.2. http://restlet.tigris.org/issues/show_bug.cgi?id=313
Best regards, Jerome > -----Message d'origine----- > De : Jim Alateras [mailto:[EMAIL PROTECTED] > Envoyé : dimanche 3 juin 2007 04:26 > À : [email protected] > Objet : Re: Problem with org.restlet.Client > > > 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>

