https://bugs.documentfoundation.org/show_bug.cgi?id=166883
--- Comment #4 from Dirk Munk <[email protected]> --- I looked at the latest documentation: https://docs.oracle.com/javase/tutorial/jaxp/limits/limits.html The default value for jdk.xml.totalentitysizelimit is 50000000 . I also found this page: https://docs.oracle.com/en/java/javase/24/security/java-api-xml-processing-jaxp-security-guide.html#GUID-6E76FE41-A8C5-4F56-AB46-83A89B1E904A And there is an example of how to set jdk.xml.totalentitysizelimit to 100000 . Is that a coincident? I doubt it. The Languagetools guys told me that the Languagetool extension of Libreoffice is made by LibreOffice, so someone at LibreOffice has to increase the value of the jdk.xml.totalentitysizelimit parameter to let's say 200000, and rebuild the extension. Can't be very difficult ?? -- You are receiving this mail because: You are the assignee for the bug.
