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=12918>.
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=12918

Status code missing with mod_webapp

           Summary: Status code missing with mod_webapp
           Product: Tomcat 4
           Version: 4.0.3 Final
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Connector:Webapp
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


This is the output of a request through Apache 2.0.40+mod_webapp:

[root@kay /]# telnet webtest 80
Trying 53.212.1.210...
Connected to webtest.unix.debis.it.
Escape character is '^]'.
GET /examples/ HTTP/1.0

HTTP/1.1 OK
Date: Mon, 23 Sep 2002 09:13:18 GMT
Server: Apache/2.0.40 (Unix) DAV/2 mod_webapp/1.2.0-dev
Content-Type: text/html;charset=UTF-8
Content-Length: 1286
Connection: close

And the following is what I receive connecting directly to Tomcat:

[root@kay /]# telnet webtest 8080
Trying 53.212.1.210...
Connected to webtest.unix.debis.it.
Escape character is '^]'.
GET /examples/ HTTP/1.0

HTTP/1.1 200 OK
Content-Type: text/html;charset=UTF-8
Connection: close
Date: Mon, 23 Sep 2002 10:09:31 GMT
Server: Apache Tomcat/4.0.3 (HTTP/1.1 Connector)


In the first case, the status code, 200, is missing from response.
While the code is 200 this is not a problem, but when it becomes, say, 302, the 
browser cannot follow the redirection.
The same page is correctly served with Apache 1.3.26

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

Reply via email to