craigmcc    02/03/11 20:52:45

  Modified:    conf/share struts-config_1_1.dtd
  Log:
  The "key" attribute of the <exception> element should be marked as required
  in the DTD for struts-config.xml files.
  
  PR: Bugzilla #6703
  Submitted by: Chuck Cavaness <chuckcavaness at mediaone.net>
  
  Revision  Changes    Path
  1.14      +2 -2      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.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- struts-config_1_1.dtd     4 Mar 2002 05:38:23 -0000       1.13
  +++ struts-config_1_1.dtd     12 Mar 2002 04:52:45 -0000      1.14
  @@ -11,7 +11,7 @@
          "-//Apache Software Foundation//DTD Struts Configuration 1.1//EN"
          "http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd";>
   
  -     $Id: struts-config_1_1.dtd,v 1.13 2002/03/04 05:38:23 martinc Exp $
  +     $Id: struts-config_1_1.dtd,v 1.14 2002/03/12 04:52:45 craigmcc Exp $
   -->
   
   
  @@ -168,7 +168,7 @@
   <!ATTLIST exception      id             ID              #IMPLIED>
   <!ATTLIST exception      className      %ClassName;     #IMPLIED>
   <!ATTLIST exception      handler        %ClassName;     #IMPLIED>
  -<!ATTLIST exception      key            CDATA           #IMPLIED>
  +<!ATTLIST exception      key            CDATA           #REQUIRED>
   <!ATTLIST exception      path           %RequestPath;   #IMPLIED>
   <!ATTLIST exception      scope          CDATA           #IMPLIED>
   <!ATTLIST exception      type           %ClassName;     #REQUIRED>
  
  
  

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

Reply via email to