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:44:51 UTC

cvs commit: jakarta-pluto/portal/src/webapp/WEB-INF/aggregation Banner.jsp

ddewolf     2004/07/30 11:44:51

  Modified:    portal/src/webapp/WEB-INF/aggregation Banner.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.4       +1 -0      jakarta-pluto/portal/src/webapp/WEB-INF/aggregation/Banner.jsp
  
  Index: Banner.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-pluto/portal/src/webapp/WEB-INF/aggregation/Banner.jsp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Banner.jsp	8 Jul 2004 09:17:39 -0000	1.3
  +++ Banner.jsp	30 Jul 2004 18:44:51 -0000	1.4
  @@ -17,6 +17,7 @@
   <table border="0" cellspacing="5" cellpadding="0" width="100%" bgcolor="#3333FF">
     <tr>
       <td><b><font size="+1" color="#FFFFFF"> Pluto - Reference Implementation</font></b></td>
  +    <td><A href="<%=request.getContextPath()%>/login_success.jsp">Login</A>
     </tr>
   </table>
   <br>