You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by mo...@apache.org on 2003/01/21 22:33:57 UTC

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/portal/security/portlets PortletWrapper.java

morciuch    2003/01/21 13:33:57

  Modified:    src/java/org/apache/jetspeed/modules/localization
                        JetspeedLocalization_en.properties
               src/java/org/apache/jetspeed/portal/security/portlets
                        PortletWrapper.java
  Log:
  "No access to portlet" message is now localized - message correction (see Bugzilla bug# 16309).
  
  Revision  Changes    Path
  1.28      +2 -1      jakarta-jetspeed/src/java/org/apache/jetspeed/modules/localization/JetspeedLocalization_en.properties
  
  Index: JetspeedLocalization_en.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/src/java/org/apache/jetspeed/modules/localization/JetspeedLocalization_en.properties,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- JetspeedLocalization_en.properties	21 Jan 2003 20:43:35 -0000	1.27
  +++ JetspeedLocalization_en.properties	21 Jan 2003 21:33:57 -0000	1.28
  @@ -16,6 +16,7 @@
   LOGINHELP_NOTICE=If you need additional assistance, please send email to the address below.
   
   SECURITY_NO_ACCESS=You do not have access to these portlets.
  +SECURITY_NO_ACCESS_TO_PORTLET=You do not have access to this portlet.
   
   PASSWORDREMINDER_EMAIL_HEADER=Hello
   PASSWORDREMINDER_EMAIL_BODY1=Your jetspeed account password is:
  
  
  
  1.19      +2 -2      jakarta-jetspeed/src/java/org/apache/jetspeed/portal/security/portlets/PortletWrapper.java
  
  Index: PortletWrapper.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/src/java/org/apache/jetspeed/portal/security/portlets/PortletWrapper.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- PortletWrapper.java	21 Jan 2003 21:28:24 -0000	1.18
  +++ PortletWrapper.java	21 Jan 2003 21:33:57 -0000	1.19
  @@ -153,7 +153,7 @@
               {
                   PortletStats.logAccess(rundata, this, PortletStats.ACCESS_DENIED);
               }
  -            return new JetspeedClearElement(Localization.getString("SECURITY_NO_ACCESS"));
  +            return new JetspeedClearElement(Localization.getString("SECURITY_NO_ACCESS_TO_PORTLET"));
           }
       }
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>