Re: How to use TunnelFilter

2007-05-30 Thread Thierry Boileau
Hi sync, an application has its own tunnelfilter ready to work. If you want to use it, there is nothing to do at all. Could you explain us what you want to do? The behaviour of the Tunnel Service is specified in the Restlet API (see [1]) and implemented in the reference implementation (the No

Re: How to use TunnelFilter

2007-05-29 Thread sync
Managed to fix it. TunnelFilter should be assigned to Router object in the createRoot method of Appplication object to ensure filtering is filtered at the routing stage not to in the Application.

How to use TunnelFilter

2007-05-26 Thread sync
Hi all, I tried to use TunnelFilter, however it fails with the following response: The server has not found anything matching the request URIYou can get technical details ... This is how I initialized TunnelFilter within ServletContainer. ... Application application = getApplication(); if ((c