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/02/19 19:26:07 UTC

DO NOT REPLY [Bug 6557] New: - isapi_redirector can not handle post request from netscape 4.7x

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

isapi_redirector can not handle post request from netscape 4.7x

           Summary: isapi_redirector can not handle post request from
                    netscape 4.7x
           Product: Tomcat 3
           Version: 3.3 Release Candidate 2
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Connectors
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: shao@infraworks.com


when i post a requst by calling NPN_PostURLNotify(), ns plug-in api. 
iis_redirect could not forward the request to tomcat
the problem i addressed was ns4.7x sends the request in seperate steps, eg.
  1. send the http request header
  2. send an 0x0d
  3. send an 0x0a
  4. send the request body
but iis_redirect only forward the first pieces, and tomcat will not get any 
request body data

looking for a fix for this issue

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