jholmes     2002/06/27 18:09:07

  Modified:    conf/share struts-config_1_1.dtd
  Log:
  added roles attribute to <action> element
  
  Revision  Changes    Path
  1.17      +5 -1      jakarta-struts/conf/share/struts-config_1_1.dtd
  
  Index: struts-config_1_1.dtd
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/conf/share/struts-config_1_1.dtd,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- struts-config_1_1.dtd     23 Mar 2002 00:08:01 -0000      1.16
  +++ struts-config_1_1.dtd     28 Jun 2002 01:09:07 -0000      1.17
  @@ -366,6 +366,9 @@
                        property names, if any.  Optional if "name" is specified,
                        else not allowed.
   
  +     roles           Comma-delimited list of security role names allowed to
  +                     request this Action.
  +
        scope           Identifier of the scope ("request" or "session") within
                        which our form bean is accessed, if any.  Optional if
                        "name" is specified, else not allowed.
  @@ -400,6 +403,7 @@
   <!ATTLIST action         parameter      CDATA           #IMPLIED>
   <!ATTLIST action         path           %RequestPath;   #REQUIRED>
   <!ATTLIST action         prefix         CDATA           #IMPLIED>
  +<!ATTLIST action         roles          CDATA           #IMPLIED>
   <!ATTLIST action         scope          %RequestScope;  #IMPLIED>
   <!ATTLIST action         suffix         CDATA           #IMPLIED>
   <!ATTLIST action         type           %ClassName;     #IMPLIED>
  
  
  

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

Reply via email to