Re: issue with org.restlet.Client

2007-09-28 Thread Thierry Boileau
/tutorial.html Hi, first of all, kudos for your great work. We are using your framework intensively in our production environment and it works like a charm. I have stumbled with an issue with org.restlet.Client, that you might be able to solve. We need to navigate through a website and retrieve a csv file

Re: issue with org.restlet.Client

2007-09-06 Thread Thierry Boileau
Sent: Wednesday, September 5, 2007 5:33:02 PM (GMT-0500) America/New_York Subject: Re: issue with org.restlet.Client Hello Nicolas, I've created the issue 357 (http://restlet.tigris.org/issues/show_bug.cgi?id=357). I've tried with a very simple HTTPS server (using jetty server connector

Re: issue with org.restlet.Client

2007-09-05 Thread Sean Landis
Nicolas ncapdevila at overstock.com writes: [...all deleted...] Does anyone have any ideas on this? This seems like a serious bug but we are not able to figure it out. Any help appreciated. Sean

Re: issue with org.restlet.Client

2007-09-05 Thread Rob Heittman
? - Original Message - From: Sean Landis [EMAIL PROTECTED] To: discuss@restlet.tigris.org Sent: Wednesday, September 5, 2007 11:55:51 AM (GMT-0500) America/New_York Subject: Re: issue with org.restlet.Client Nicolas ncapdevila at overstock.com writes: [...all deleted...] Does anyone have any

Re: issue with org.restlet.Client

2007-09-05 Thread Thierry Boileau
to other commitments. Thierry, any ideas? - Original Message - From: Sean Landis [EMAIL PROTECTED] To: discuss@restlet.tigris.org Sent: Wednesday, September 5, 2007 11:55:51 AM (GMT-0500) America/New_York Subject: Re: issue with org.restlet.Client Nicolas ncapdevila at overstock.com writes

Re: issue with org.restlet.Client

2007-09-05 Thread Thierry Boileau
stumbled with an issue with org.restlet.Client, that you might be able to solve. We need to navigate through a website and retrieve a csv file in a 3-step process: + POST some credentials, inspect the response for a redirect, + GET to the redirect and + GET to a csv resource. This is the code

Re: issue with org.restlet.Client

2007-09-05 Thread Rob Heittman
Subject: Re: issue with org.restlet.Client Hello Nicolas, I've created the issue 357 (http://restlet.tigris.org/issues/show_bug.cgi?id=357). I've tried with a very simple HTTPS server (using jetty server connector) and was not able to reproduce your pb. Could you tell us more about your