Spring - Guard and Resolver

2009-09-10 Thread Thomas Cozien
Hi, I would like to know how (and if it's possible of course) implement some Guard (whith URIs, ChallengeScheme and Realm) with Spring (and also some Resolver) this is my application : @Override public synchronized Restlet createRoot() { Router router = new Router(getContext());

Setting POST parameters

2009-09-10 Thread Matt Stromske
Hello, How do you set POST parameters in the body of the message? Thanks, Matt -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2393357

Questions about Security Model

2009-09-10 Thread Schley Andrew Kutz
I was hoping someone could provide me a little more insight into the workings of the Restlet security model. I'm currently using M4 and have created my own Authenticator filter that uses JAAS to do authentication. I notice that there is also a class called Verifier (which JaasVerifier appears to be

Problem routing using VirtualHosts and differentiating on Port number

2009-09-10 Thread John Wismar
I am trying to run a Component that provides 2 different HTTP services, both using the same domain, but on different ports. The specific ports are configurable, but in my testing, I'm using 8081 and 8443 for one service, and for the other. So my goal is to route to 2 different apps when

Re: problem returning a response status

2009-09-10 Thread Patrizio Munzi
Hi everybody, I think there's a bug or at least something strange in ResourceException management. The getDescription method works only if I run my application in a stand-alone server. It instead doesn't work if I run in a servlet container (tomcat 5.5). I'm throwing the following exception s

Re: HTTP_BASIC authentication doesn't work in GAE

2009-09-10 Thread Patrizio Munzi
has nobody got any idea on how work around this?? Pleeease...! Patrizio Munzi wrote: Hi everybody, I think I've found a problem of Restlet Authentication mechanism with GAE. I have got this simple guard: -- public Restlet createRoot() { // Create a ro