File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -95,15 +95,15 @@ jdk.xml.maxParameterEntitySizeLimit=15000
9595# Limits the total number of nodes in all entity references.
9696jdk.xml.entityReplacementLimit=100000
9797#
98- # Limits the number of attributes an element can have. The default value is 10000 .
98+ # Limits the number of attributes an element can have. The default value is 200 .
9999jdk.xml.elementAttributeLimit=200
100100#
101101# Limits the number of content model nodes that may be created when building a
102102# grammar for a W3C XML Schema that contains maxOccurs attributes with values
103103# other than "unbounded". The default value is 5000.
104104jdk.xml.maxOccurLimit=5000
105105#
106- # Limits the maximum element depth. The default value is 0 .
106+ # Limits the maximum element depth. The default value is 100 .
107107jdk.xml.maxElementDepth=100
108108#
109109# Limits the maximum size of XML names, including element name, attribute name
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ jdk.xml.elementAttributeLimit=200
181181# other than "unbounded". The default value is 5000.
182182jdk.xml.maxOccurLimit =5000
183183#
184- # Limits the maximum element depth. The default value is 0 .
184+ # Limits the maximum element depth. The default value is 100 .
185185jdk.xml.maxElementDepth =100
186186#
187187# Limits the maximum size of XML names, including element name, attribute name
You can’t perform that action at this time.
0 commit comments