You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by dd...@apache.org on 2004/07/30 20:45:15 UTC

cvs commit: jakarta-pluto/portal/src/webapp login_success.jsp

ddewolf     2004/07/30 11:45:15

  Added:       portal/src/webapp login_success.jsp
  Log:
  Fixing Issue: PLUTO-46.  isUserInRole now checks security-role-ref as declared in portlet.xml.  Also including new test portlet page for testing security info like this.
  
  Revision  Changes    Path
  1.1                  jakarta-pluto/portal/src/webapp/login_success.jsp
  
  Index: login_success.jsp
  ===================================================================
  <HTML>
  <HEAD><TITLE>Login Successful</TITLE></HEAD>
  <BODY>
  Login Successfull. <a href="<%=request.getContextPath()%>/portal/test"> Click here to return to the portal tests.</A>
  </BODY>
  </HTML>