Re: Manually setting the base URL in Restlet

2013-12-09 Thread Hannes Ebner
Hi Thierry, that's exactly what I needed, thanks! Best regards, Hannes On Mon, Dec 9, 2013 at 11:12 AM, Thierry Boileau wrote: > Hello Hannes, > > > did you try to set the request's resourceRef, for example by using a > filter? > For example, the client hits "http://localhost:8182/test?querypar

Re: Manually setting the base URL in Restlet

2013-12-09 Thread Thierry Boileau
Hello Hannes, did you try to set the request's resourceRef, for example by using a filter? For example, the client hits "http://localhost:8182/test?querypart";, but the application is routed on "http://localhost:8182/app/test"; The filter leverages the remaining part of the request's reference, w

Manually setting the base URL in Restlet

2013-12-06 Thread Hannes Ebner
Hi, I have a Restlet application running in Tomcat, proxied through Apache. Only Apache can be reached from the outside. Internally I'm using the OpenID extension to perform authentication, which causes problems in the given reverse proxy setting. The OpenID extension asks Restlet for the base UR