Skip to content

Commit

Permalink
Merge pull request #1171 from Fedict/issues/#81-jaxp-entities
Browse files Browse the repository at this point in the history
Update property name
  • Loading branch information
barthanssens authored Nov 19, 2018
2 parents f812859 + c08cef8 commit 166b9b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
* JAXP00010001: The parser has encountered more than "64000" entity expansions in this document
* JAXP00010004: The accumulated size of entities is ... that exceeded the "50,000,000" limit
* </pre>
* As a work-around, try passing <code>-DtotalEntitySizeLimit=0 -DentityExpansionLimit=0</code> to the JVM.
* As a work-around, try passing <code>-Djdk.xml.totalEntitySizeLimit=0 -DentityExpansionLimit=0</code> to the JVM.
*
* @see org.eclipse.rdf4j.model.ValueFactory
* @see org.eclipse.rdf4j.rio.RDFHandler
Expand Down

0 comments on commit 166b9b3

Please sign in to comment.