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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to