Hello Stephen,

did you check the Request#getChallengeResponse() object?
How is sent the identifier of the remote user?

Best regards,
Thierry Boileau

Is there a way to get javax.servlet.http.HttpServletRequest.getRemoteUser()
> when using org.restlet.ext.servlet ?
>
> Spring allows one to get to it this way:
>
> org.springframework.web.context.request.ServletRequestAttributes sra =
> (org.springframework.web.context.request.ServletRequestAttributes)
> org.springframework.web.context.request.RequestContextHolder.getRequestAttributes();
>
> javax.servlet.http.HttpServletRequest request = sra.getRequest();
> request.getRemoteUser()
>
> ------------------------------------------------------
>
> http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=3002179
>

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=3002194

Reply via email to