You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/10/29 09:49:05 UTC

DO NOT REPLY [Bug 14040] New: - 2 Watchdog test fails (GetHeadersTest and HttpServletRequestWrapperGetHeadersTest)

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

2 Watchdog test fails (GetHeadersTest and HttpServletRequestWrapperGetHeadersTest)

           Summary: 2 Watchdog test fails (GetHeadersTest and
                    HttpServletRequestWrapperGetHeadersTest)
           Product: Tomcat 4
           Version: 4.1.12
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Catalina
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: jfrederic.clere@fujitsu-siemens.com


It seems there is a bug in the header handling:
+++
GET /servlet-tests/GetHeadersTest HTTP/1.0
Accept-Language: en-us
Accept-Language: ga-us
+++
Returns Test PASSED.
But
+++
GET /servlet-tests/GetHeadersTest HTTP/1.0
Accept-Language: en-us, ga-us
+++
Returns test FAILED

The 2 requests should be handed the same way.
(The PR 9526 is about a related topic but now the tests are failed with the
standalone Tomcat).

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>