Skip to main content

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

WHat about using a simple filter that responds with 403 on TRACE?

Am 16.05.2015 01:33, schrieb Silvio Bierman:
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
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users



Back to the top