manveen     02/05/02 11:15:40

  Modified:    webapps/admin/service service.jsp
  Log:
  cannot add or delete a realm for the service the admin app is running on.
  
  Revision  Changes    Path
  1.15      +3 -0      jakarta-tomcat-4.0/webapps/admin/service/service.jsp
  
  Index: service.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/admin/service/service.jsp,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- service.jsp       26 Apr 2002 19:05:12 -0000      1.14
  +++ service.jsp       2 May 2002 18:15:40 -0000       1.15
  @@ -80,6 +80,8 @@
                                     URLEncoder.encode(thisObjectName) %>'> 
                   <bean:message key="actions.loggers.deletes"/> 
                 </controls:action>
  +               <%-- cannot delete or add a Realm for the service the admin app runs 
on --%>
  +              <logic:notEqual name="serviceName" value='<%= adminServiceName %>'>
                 <controls:action disabled="true"> 
                   ------------------------------------- 
                 </controls:action>
  @@ -91,6 +93,7 @@
                                     URLEncoder.encode(thisObjectName) %>'> 
                   <bean:message key="actions.realms.deletes"/> 
                 </controls:action>
  +              </logic:notEqual>
                 <controls:action disabled="true"> 
                   ------------------------------------- 
                 </controls:action>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to