Then I wouldn't think your Restlet code would need to know about any of
this.  Simply chain your security filter (...etc...) to ServerServlet;
ServerServlet will run in the correct security context.

On Thu, Jul 31, 2008 at 3:25 PM, mshaffer55 <[EMAIL PROTECTED]> wrote:

> So when we reach our controller servlet, at the
> end of the chain, we are already running in the right security context,
> which
> means that any code path invoked by this servlet also runs in this context.
>

Reply via email to