https://issues.apache.org/bugzilla/show_bug.cgi?id=39396





--- Comment #2 from Filip Hanik <[EMAIL PROTECTED]>  2008-03-19 18:25:22 PST ---
(In reply to comment #1)
> Confirming the bug on Tomcat 5.5.17 where Coyote reports itself as
> Apache-Coyote/1.1.
> 
> Steps to reproduce:
> 
> $ telnet example.com 8080
> OPTIONS /directory/ HTTP/1.0
> 
> HTTP/1.1 200 OK
> Server: Apache-Coyote/1.1
> Allow: GET, HEAD, POST, TRACE, OPTIONS
> Content-Type: text/html
> Content-Length: 0
> Date: Thu, 20 Mar 2008 00:44:46 GMT
> Connection: close
> 
> 
> What's interesting, the same request using HTTP/1.1 instead of HTTP/1.0 fails:
> 
> $ telnet example.com 8080
> OPTIONS /directory/ HTTP/1.1
> 
> HTTP/1.1 400 Bad Request
> Server: Apache-Coyote/1.1
> Transfer-Encoding: chunked
> Date: Thu, 20 Mar 2008 00:51:03 GMT
> Connection: close
> 
> 0
> 

IF you want HTTP/1.1 shouldn't you create a valid HTTP/1.1 request?


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to