You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by William Au <bi...@cnet.com> on 2000/08/28 23:22:55 UTC

status code message

I notice that the first line of the response of a JSP page or servlet
returned by
Tomcat is:

HTTP/1.1 200

in stead of:

HTTP/1.1 200 OK

This is true for other status codes too (for example, 404 Not Found).

Is there anything I can to to make Tomcat includes the message after
the numeric status code?

Bill