My application runs as `basexhttp` inside a docker container, and I
set the options in web.xml:
<context-param>
<param-name>org.basex.dtd</param-name>
<param-value>false</param-value>
</context-param>
<context-param>
<param-name>org.basex.xinclude</param-name>
<param-value>false</param-value>
</context-param>
I have not found other options, for example to let the parser limit
expansion of internal entities.
Is there a way to set parser properties like
`jdk.xml.entityExpansionLimit` in BaseX?