How to process policy file request

2010-06-08 Thread Louis Huh
Hi. My flex application is using as3httpclientlib.swc for put delete requests. and I built restlet java application for providing apis when the application requests put method to api server, the application can't response. and api server writes message. It means the application sends "" and m

Tunnel / Redirector + COMET

2010-06-08 Thread Alexander J. Perez Tchernov
Hello. I have already a gwt application and an actual REST service. They are deployed on different servers (different ports/subdomains). I have successfully tunnelled GWT REST (restlet-gwt) requests to external REST with the help of Redirector (see code below). Currently I want to perform the same

Re: java client code to https service under tomcat

2010-06-08 Thread Bruno Harbulot
Hi, On 07/06/2010 22:45, p Nut wrote: > I am trying to write a java client which calls the web service. all the > following circumstances work. > -access service using browser using http and also https. Using https, I can > access my service using a browser. I will have to accept the exception i

Re: Unable to set Reason Phrase on successful request using Jetty

2010-06-08 Thread Jerome Louvel
Hi Michael, The problem is that the Servlet API has deprecated this setStatus(int, String) method and recommends using either setStatus(int) or sendError(int, String). Therefore, going through the Servlet extension or the Jetty extension doesn't allow us to safely set the reason phrase, unless th