Hi All, I am a newbie to restlets. Currently I have a restlet client communicating with the restlet engine on another machine. On the server side the code is basically an Application extending *org.restlet.Application *which looks at the URI and forward it to the correct resource.
I will like to integrate the server side code with an existing application for authentication and in order to do this, I need the original HttpServletRequest and HttpServletResponse. The authentication will be performed in the resource class. Is there anyway to extract this from the reslet request? Jennifer J. Chen * *

