request.getRemoteUser

2003-03-16 Thread Guido
Is there any way to show the remote user that sounds like (this doesnt work): bean:write name=request property=remoteUser / I actually use %= request.getRemoteUser() %, and works fine, but i am a curious kid Thank you, Guido

Re: request.getRemoteUser

2003-03-16 Thread James CE Johnson
Guido wrote: Is there any way to show the remote user that sounds like (this doesnt work): bean:write name=request property=remoteUser / I actually use %= request.getRemoteUser() %, and works fine, but i am a curious kid I think the request taglib may help you out: http://jakarta.apache.org

request.getRemoteUser() problem

2002-10-22 Thread Iris
http-methodPOST/http-method /web-resource-collection auth-constraint role-nameadministrateur de bien/role-name /auth-constraint /security-constraint So when I ask for this JSP I must authenticate me, and then in the JSP I can ask for request.getRemoteUser() ; This works fine