Hi,

Jennifer J. Chen wrote:
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?

We were having a discussion on this list a few days ago about Guards, authentication and potential changes in this domain. Could you give more details on the authentication mechanism you're using? Is it Servlet-specific, some custom mechanism for your particular application? Some sort of specification would be helpful if it exists.

Best wishes,

Bruno.

Reply via email to