You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Sets the total entity size limit for the XML parser.
71
+
* See <a href="https://docs.oracle.com/en/java/javase/13/security/java-api-xml-processing-jaxp-security-guide.html#GUID-82F8C206-F2DF-4204-9544-F96155B1D258__TABLE_RQ1_3PY_HHB">java-api-xml-processing-jaxp-security-guide.html</a>
72
+
*
73
+
* Defaults to "50,000,000". Set to "0" to allow unlimited entities.
74
+
*
75
+
* @param totalEntitySizeLimit the size of the allowed entities. Set to "0" if entities should be unlimited.
0 commit comments