You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by BugRat Mail System <to...@cortexity.com> on 2000/09/21 20:41:14 UTC

BugRat Report #151 has been filed.

Bug report #151 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com:8888/BugRatViewer/ShowReport/151>

REPORT #151 Details.

Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: medium
Severity: serious
Confidence: public
Environment: 
   Release: tomcat 3.1
   JVM Release: IBM JRE 1.3.0
   Operating System: Linux
   OS Release: 2.2.14
   Platform: Intel 586

Synopsis: 
Response reason not returned to client in HTTP response for JSP page

Description:
The first line of an http response should be
HTTP/1.1 COD reason
e.g.
HTTP/1.1 200 OK
The reason code is omitted under Tomcat 3.1, ajpv12, on
JSP pages.
Most browsers ignore this, but the Yospace
SmartPhone WAP browser wants it. And I believe that it
is required in the HTTP spec.