Category "undertow"

How to increase the maximum URL length for undertow server?

Is there a way to configure the undertow server to increase the maximum URL length that the server will accept?

How can I disable HTTP TRACE in embedded untertow of a Spring boot application

My goal is to DISABLE HTTP TRACE method for my spring boot application, which is using embedded undertow. A working yaml change will be preferred, if not, cod