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

           Summary: misleading error message for unknown message
           Product: Tomcat 6
           Version: 6.0.29
          Platform: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: julian.resc...@gmx.de


For unknown HTTP methods, Tomcat says:

"...is not defined in RFC 2068 and is not supported by the servlet API"

This is misleading.

1) RFC 2068 has been obsoleted by RFC 2616 over 10 years ago. It doesn't matter
what it says.

2) As a matter of fact, what RFC 2616 says doesn't matter either. Methods are
an extension point, and extension methods work just fine *when implemented*.

So the message (in javax/servlet/http/LocalStrings.properties) should be
something like:

"...is not implemented by this servlet for this URI".

-- 
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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to