Re: tunnelFilter in tomcat container - how ???

2007-09-10 Thread Thierry Boileau
Hi Regis, I've justed with your formResource and it works well (POST or PUT) in a sample application which only routes all calls to your FormResource. Actually, the problem is not here. I think that I have an explanation. As said by Jerome, there is a TunnnelService that allows to make PUT

Re: tunnelFilter in tomcat container - how ???

2007-08-24 Thread regis regis
N On 8/23/07, regis regis [EMAIL PROTECTED] wrote: Nop, it is the same behavior same error ! (but i check another time even i did before). thanks. PS; maybe you are right, it is a bug... On 8/23/07, Jonathan Hall [EMAIL PROTECTED] wrote: As a quicky, Instead of Form

Re: tunnelFilter in tomcat container - how ???

2007-08-24 Thread regis regis
Nobody can help me ? Aith my buggy situation ? Thanks for any advice Maybe it is not possible to get the form at this time in the put method ? On 8/23/07, regis regis [EMAIL PROTECTED] wrote: Nop, it is the same behavior same error ! (but i check another time even i did

Re: tunnelFilter in tomcat container - how ???

2007-08-24 Thread Jonathan Hall
Hi regis, Your previous zip looks a bit involved to be honest. Pull everything out (spring, hibernate, everthing,etc) anything that isn't realted to your problem, and build the most simple testcase you can. I'm really busy at the moment but I'll do my best to try to help :) Jon regis regis

Re: tunnelFilter in tomcat container - how ???

2007-08-23 Thread regis regis
I made some new progress, this error error is thrown when the entity object is not available entity.isAvailable() and it is the case when i display this value in debug mode. Also in debug mode the parameter entity in the public void post(Representation entity) is not nul. This object is an

tunnelFilter in tomcat container - how ???

2007-08-22 Thread regis regis
Hi i try to implement in a tomcat container the = How can I make PUT or DELETE calls from browsers? i read the faq/mailing list but there is not a lot informations about that. So my goal it is pretty simple, a html page with a form which contain a input type=hidden with the name=method and

RE: tunnelFilter in tomcat container - how ???

2007-08-22 Thread Jerome Louvel
-Message d'origine- De : regis regis [mailto:[EMAIL PROTECTED] Envoyé : mercredi 22 août 2007 21:41 À : discuss@restlet.tigris.org Objet : tunnelFilter in tomcat container - how ??? Hi i try to implement in a tomcat container the = How can I make PUT or DELETE calls from browsers

Re: tunnelFilter in tomcat container - how ???

2007-08-22 Thread regis regis
?method=put method=post enctype=text/plain Best regards, Jerome -Message d'origine- De : regis regis [mailto:[EMAIL PROTECTED] Envoyé : mercredi 22 août 2007 21:41 À : discuss@restlet.tigris.org Objet : tunnelFilter in tomcat container - how ??? Hi i try to implement