https://issues.apache.org/bugzilla/show_bug.cgi?id=39396
Aleksander Adamowski <[EMAIL PROTECTED]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |aleksander.adamowski.apache@
| |altkom.pl
--- Comment #1 from Aleksander Adamowski <[EMAIL PROTECTED]> 2008-03-19
17:52:15 PST ---
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
--
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]