You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by yo...@apache.org on 2004/10/18 19:30:26 UTC

cvs commit: jakarta-tomcat-catalina/webapps/docs/config context.xml

yoavs       2004/10/18 10:30:25

  Modified:    webapps/docs/config Tag: TOMCAT_5_0 context.xml
  Log:
  Typo fix.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.10.2.2  +2 -2      jakarta-tomcat-catalina/webapps/docs/config/context.xml
  
  Index: context.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/config/context.xml,v
  retrieving revision 1.10.2.1
  retrieving revision 1.10.2.2
  diff -u -r1.10.2.1 -r1.10.2.2
  --- context.xml	31 Aug 2004 14:50:41 -0000	1.10.2.1
  +++ context.xml	18 Oct 2004 17:30:25 -0000	1.10.2.2
  @@ -259,7 +259,7 @@
           of the flag is <code>false</code>.</p>
         </attribute>
   
  -      <attribute value="tldNamespaceAware" required="false">
  +      <attribute name="tldNamespaceAware" required="false">
           <p>If the value of this flag is <code>true</code>, the TLD files
           XML validation will be namespace-aware.  If you turn this flag on,
           you should probably also turn <code>tldValidation</code> on.  The
  @@ -268,7 +268,7 @@
           </p>
         </attribute>
   
  -      <attribute value="tldValidation" required="false">
  +      <attribute name="tldValidation" required="false">
           <p>If the value of this flag is <code>true</code>, the TLD files
           will be XML validated on context startup.  The default value for
           this flag is <code>false</code>, and setting it to true will incur
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org