<xmlProtection removeDTD="boolean" maxElementNameLength="integer" maxAttibuteCount="integer" />
<beans>
<transport coreThreadPoolSize="20">
<ruleMatching />
<dispatching />
<userFeature />
<xmlProtection />
<httpClient />
</transport>
</beans>
Name | Required | Default | Description | Example |
---|---|---|---|---|
maxElementNameLength | false | 1000 |
If an incoming request exceeds this limit, it will be discarded. | - |
maxAttibuteCount | false | 1000 |
If an incoming request exceeds this limit, it will be discarded. | - |
removeDTD | false | true |
Whether to remove the DTD from incoming requests. | - |