RE: Problem with org.restlet.Client

2007-06-03 Thread Jerome Louvel
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 À : discuss@restlet.tigris.org Objet :

RE: Please Don't Eat Exceptions

2007-06-03 Thread Jerome Louvel
Hi Adam, Thanks for pointing me to your patches. I've just reviewed them. For the first one on HttpMethodCall, the fact that there is no body doesn't indicate an error, it can be the expected result for a HEAD request or a 304 status. I don't think that throwing a RuntimeException is

Re: Please Don't Eat Exceptions

2007-06-03 Thread Adam Taft
Jerome, I just know I had to track it down to two places when performing the test case I presented. I'll check out the new change to HttpClientHelper and see if that works for me. It could be that I was seeing a ghost. ;) Anyway, no problem. I'll reopen the bug if there are additional