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/11/18 01:51:06 UTC

BugRat Report #409 has been filed.

Bug report #409 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com/BugRatViewer/ShowReport/409>

REPORT #409 Details.

Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: low
Severity: serious
Confidence: public
Environment: 
   Release: Tomcat 3.1/isapi_redirect.dll
   JVM Release: Java 1.1.8
   Operating System: OS/2 Warp
   OS Release: 4.0
   Platform: x86

Synopsis: 
POST parameters not present in JSP pages served by isapi_redirect.dll

Description:
Simple POST form served through isapi_redirect.dll 
gives no parameters in the request object of a 
JSP page.  Using Apache with mod_jserv.so with the 
same Tomcat instance running on OS/2 shows the 
appropriate parameters in the request object.  iptrace
seems to show isapi_redirect.dll sending the parameters 
much like mod_jserv, but since I don't know the protocol, 
it's hard to know if there's an error in the 
isapi stream that's causing the problem.

GET requests seem to work fine with WebSite Pro running
isapi_redirect.dll.