### Overview We need some sort of measure to prevent attacks based on huge HTTP request payloads. @Simonwep , would you suggest any particular configuration class to implement this feature? We could probably implement this as a Middleware extension. - More context here: https://www.netscout.com/what-is-ddos/large-payload-post - Undertow provides a few configuration guidelines for security related settings in an HTTP(S) listener: https://undertow.io/undertow-docs/undertow-docs-1.3.0/index.html#common-listener-options
Overview
We need some sort of measure to prevent attacks based on huge HTTP request payloads.
@simonwep , would you suggest any particular configuration class to implement this feature?
We could probably implement this as a Middleware extension.