I would like to configure Undertow’s MAX_PARAMETERS
value in an application that uses the Quarkus MyFaces extension for JSF.
I could not find any application.properties
settings that would be forwarded to Undertow, nor does there appear to be any API to customize the UndertowOptionMap
. Is there a way to do it?
As of Quarkus 1.13.0, this be done by setting the quarkus.servlet.max-parameters
configuration value.