DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21454>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21454

OPTIONS * and TRACE * don't work as expected

           Summary: OPTIONS * and TRACE * don't work as expected
           Product: Tomcat 3
           Version: 3.3.1 Final
          Platform: Other
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Unknown
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Expected result:

>From RFC 2616, section 9.2, it should be possible to send an OPTIONS request of
the form:

OPTIONS * HTTP/1.1
...

and receive a valid options response for the server in general, rather than a
particular servlet.

Actual result:

I receive a 404 Not Found response instead. In addition, the Tomcat output
window shows an IOException, which I'll attach shortly.

I believe this should also apply for TRACE.

This behaviour works correctly on the Tomcat 4.1 series.

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

Reply via email to