Thank you (and for the other issue as well). It seemed that something was missing. Leigh.
-----Original Message----- From: Jerome Louvel [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 12, 2007 12:19 AM To: [email protected] Subject: Re: Servlet Connector and passing per-request attributes Leigh, Thanks for the detailled background info. You current workaround works but is indeed not very satisfactory. A better way would be to use the Restlet's Request.getAttributes() method and to automatically copy any Servlet's request attribute in the Restlet's request attributes map. This will require a change to ServerServlet and will only go in Restlet 1.1. You can try to create a subclass of ServerServlet for now in order to do this copy yourself. ...

