neeraj 2002/12/12 04:04:16 Modified: java/docs Tag: jaxp_1_2_2_branch properties.xml Log: Adding new property http://apache.org/xml/properties/entity-expansion-limit. It takes java.lang.Integer object as its value. When this property is set by the application, before opening any new entity parser checks for the entity expansion limit set by the application, if number of entities expanded exceeds the entity expansion limit, parser will throw fatal error. Default value for this property would be 'null' It means there would not be any limit for number of entities that can be expanded by the parser. Revision Changes Path No revision No revision 1.11.2.2 +1 -1 xml-xerces/java/docs/properties.xml Index: properties.xml =================================================================== RCS file: /home/cvs/xml-xerces/java/docs/properties.xml,v retrieving revision 1.11.2.1 retrieving revision 1.11.2.2 diff -u -r1.11.2.1 -r1.11.2.2 --- properties.xml 12 Dec 2002 11:36:48 -0000 1.11.2.1 +++ properties.xml 12 Dec 2002 12:04:16 -0000 1.11.2.2 @@ -114,7 +114,7 @@ Application can set the limit of number of entities that should be expanded by the parser. When this property is set by the application, before opening any new entity parser checks for the entity expansion limit set by the application, if number of entities expanded exceeds the - entity expansion limit, parser throws fatal error. + entity expansion limit, parser throws fatal error. </desc> <type>java.lang.Integer</type> <access general='read-write'/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]