Skip to content

Commit f2e7bb6

Browse files
committed
fix docs in the config files
1 parent 50cf34d commit f2e7bb6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/java.xml/share/conf/jaxp-strict.properties.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,15 @@ jdk.xml.maxParameterEntitySizeLimit=15000
9595
# Limits the total number of nodes in all entity references.
9696
jdk.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.
9999
jdk.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.
104104
jdk.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.
107107
jdk.xml.maxElementDepth=100
108108
#
109109
# Limits the maximum size of XML names, including element name, attribute name

src/java.xml/share/conf/jaxp.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jdk.xml.elementAttributeLimit=200
181181
# other than "unbounded". The default value is 5000.
182182
jdk.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.
185185
jdk.xml.maxElementDepth=100
186186
#
187187
# Limits the maximum size of XML names, including element name, attribute name

0 commit comments

Comments
 (0)