Skip to content

Commit

Permalink
Merge pull request #70 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 9d2b1af + 0e335cd commit 188e625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/programming/04-rio.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -267,4 +267,4 @@ JAXP00010001: The parser has encountered more than "64000" entity expansions in
JAXP00010004: The accumulated size of entities is ... that exceeded the "50,000,000" limit
----

As a work-around, try passing `-DtotalEntitySizeLimit=0 -DentityExpansionLimit=0` to the JVM.
As a work-around, try passing `-Djdk.xml.totalEntitySizeLimit=0 -DentityExpansionLimit=0` to the JVM.

0 comments on commit 188e625

Please sign in to comment.