Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Disable HTTP Trace for embedded Jetty server

Hello all,

I am using an embedded Jetty 9.2 server. I want to disable the HTTP Trace method but the only info on this I could find is related to a WebApplication which I do not use. I basically use

Server
ContextHandlerCollection
ServletContextHandler
ServletHolder
ServerConnector

Can anyone tell me how I can disable HTTP Trace using this setup?

Cheers,

Silvio


Back to the top