Is there a way to configure the undertow server to increase the maximum URL length that the server will accept?
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