You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ne...@apache.org on 2003/01/16 23:31:26 UTC

cvs commit: xml-xerces/java/docs properties.xml

neilg       2003/01/16 14:31:26

  Modified:    java/docs properties.xml
  Log:
  document new SecurityManager property
  
  Revision  Changes    Path
  1.12      +21 -0     xml-xerces/java/docs/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/properties.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- properties.xml	27 Aug 2002 03:01:57 -0000	1.11
  +++ properties.xml	16 Jan 2003 22:31:26 -0000	1.12
  @@ -126,6 +126,27 @@
       to get the best performance.
      </note>
     </property>
  +  <property name='http://apache.org/xml/properties/security-manager'
  +            id='security-manager'>
  +   <desc>
  +    It is possible to create XML documents whose processing could
  +    result in the use of all system resources.  This property enables
  +    Xerces to detect such documents, and abort their processing.
  +   </desc>
  +   <type>org.apache.xerces.util.SecurityManager</type>
  +   <access general='read-write'/>
  +   <note>
  +    The <code>org.apache.xerces.util.SecurityManager</code> class
  +    contains a number of methods that allow applications to tailor Xerces's 
  +    tolerance of document constructs that could result in the heavy
  +    consumption of system resources (see the javadoc of this class for
  +    details).  Default values that should be appropriate for many
  +    environments are provided when the class is instantiated.  <strong>Xerces will not
  +    behave in a strictly spec-compliant way when this property is set</strong>.
  +    By default, this property is not set; Xerces's behaviour is therefore strictly 
  +    spec-compliant by default.
  +   </note>
  +  </property>
    </pcategory>
    <pcategory name='DOM Properties'>
     <property name='http://apache.org/xml/properties/dom/current-element-node'
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org