dlestrat 2004/05/22 10:38:20 Modified: applications/demo/src/webapp/WEB-INF/demo/security roles.jsp Log: [JS2-47]
http://nagoya.apache.org/jira/browse/JS2-47 Patch from Ate Douma. Revision Changes Path 1.3 +4 -4 jakarta-jetspeed-2/applications/demo/src/webapp/WEB-INF/demo/security/roles.jsp Index: roles.jsp =================================================================== RCS file: /home/cvs/jakarta-jetspeed-2/applications/demo/src/webapp/WEB-INF/demo/security/roles.jsp,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- roles.jsp 19 May 2004 02:11:09 -0000 1.2 +++ roles.jsp 22 May 2004 17:38:20 -0000 1.3 @@ -57,12 +57,12 @@ <td><%= request.isUserInRole("User") %></td> </tr> </table> + <br><br> + <b>Portlet Request - User info:</b> + <br>Render request: <%= renderRequest.getAttribute(PortletRequest.USER_INFO) %> + <br>Request: <%= request.getAttribute(PortletRequest.USER_INFO) %> </c:otherwise> </c:choose> -<br><br> -<b>Portlet Request - User info:</b> -<br>Render request: <%= renderRequest.getAttribute(PortletRequest.USER_INFO) %> -<br>Request: <%= request.getAttribute(PortletRequest.USER_INFO) %> <br> For help on role configuration select the help icon. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
