On 16/11/2025 18:11, Arne Bernhardt wrote:
In an inactive line of code in Apache Jena, it is
"System.getProperty("entityExpansionLimit")" without " jdk.xml.".

"entityExpansionLimit" (pre Java 1.6) and "jdk.xml.entityExpansionLimit" both work.

(see:
https://github.com/apache/jena/ blob/8e50a0d04ab3d419d9a8df273ae7857b64f37df1/jena-core/src/main/java/ org/apache/jena/util/JenaXMLInput.java#L65
)
Since the code is not active it might be wrong...

If not set, there is a JDK system defaults (64000) that catch the attempt.

    Andy

Reply via email to