What is the JSP EL equivalent for request.getRemoteUser()?

Posted by dacracot on Stack Overflow See other posts from Stack Overflow or by dacracot
Published on 2010-04-07T22:20:31Z Indexed on 2010/04/07 22:23 UTC
Read the original article Hit count: 281

Filed under:
|
|

I'm using <%=request.getRemoteUser()%> to retrieve the logged on user's ID within Tomcat. What would be the equivalent using JSP Simple Expression Language?

© Stack Overflow or respective owner

Related posts about jsp

Related posts about expression-language