Re: Refactoring handling of TRACE requests

2021-09-28 Thread Mark Thomas
On 28/09/2021 00:33, Konstantin Kolinko wrote: пн, 27 сент. 2021 г. в 14:03, Mark Thomas : Hi all, I've been having some conversations at $work about Tomcat's handling of TRACE requests and the allowTrace option on the Connector. Something that was said in that discussion got me thinking. Why

Re: Refactoring handling of TRACE requests

2021-09-27 Thread Konstantin Kolinko
пн, 27 сент. 2021 г. в 14:03, Mark Thomas : > > Hi all, > > I've been having some conversations at $work about Tomcat's handling of > TRACE requests and the allowTrace option on the Connector. Something > that was said in that discussion got me thinking. Why do we have special > handling for TRACE

Re: Refactoring handling of TRACE requests

2021-09-27 Thread Mark Thomas
On 27/09/2021 14:02, Rémy Maucherat wrote: On Mon, Sep 27, 2021 at 1:03 PM Mark Thomas wrote: Hi all, I've been having some conversations at $work about Tomcat's handling of TRACE requests and the allowTrace option on the Connector. Something that was said in that discussion got me thinking.

Re: Refactoring handling of TRACE requests

2021-09-27 Thread Rémy Maucherat
On Mon, Sep 27, 2021 at 1:03 PM Mark Thomas wrote: > > Hi all, > > I've been having some conversations at $work about Tomcat's handling of > TRACE requests and the allowTrace option on the Connector. Something > that was said in that discussion got me thinking. Why do we have special > handling fo