howto disable CONNECT ... HTTP 1.1 requests?

2003-10-23 Thread Serge Sivkov
Hello, tomcat users. I am using tomcat 4.0.23 as http server for static html pages (w/o apache). How can i disable to react to HTTP CONNECT requests? WBR, ssp - To unsubscribe, e-mail:

Re: howto disable CONNECT ... HTTP 1.1 requests?

2003-10-23 Thread Tim Funk
You could use a security-constraint and restrict access to CONNECT requests. -Tim Serge Sivkov wrote: Hello, tomcat users. I am using tomcat 4.0.23 as http server for static html pages (w/o apache). How can i disable to react to HTTP CONNECT requests?