A few days ago i've reported the same problem: parameters of the form with
method=post are lost when redirected from IIS to tomcat.

However, everything seems to work if you have redirection configured at the
top level, with a global filter defined for your web site, and proper
entries in uriworkermap.
But once you configure redirection at the IIS application level (i.e. *.jsp
-> isapi_redirect.dll), and remove the entry from uriworkermap (so that the
global filter doesn't capture the request), the parameters of the form are
gone. Well, only for POST. GET still works.

Unfortunately, sometimes you have to use application-level redirection -
this is the only way I could have my request.GetRemoteUser return proper
value. With global redirection, it never works - isapi grabs the request
before IIS applies its security methods to it.

Michael

> -----Original Message-----
> From: Jack Hui [mailto:[EMAIL PROTECTED]]
> Sent: Monday, 14 May 2001 11:45
> To: '[EMAIL PROTECTED]'
> Subject: RE: IIS Redirect - no more POST parameters
> 
> 
> 
> I got the same problem too but I'm using Apache and Tomcat 4 
> beta-1 with
> mod_web, so for the form stuff, we changed to use PHP instead of JSP
> 
> Jack
> 
> -----Original Message-----
> From: Stephen Oakes [mailto:[EMAIL PROTECTED]]
> Sent: Monday, May 14, 2001 7:35 AM
> To: '[EMAIL PROTECTED]'
> Subject: RE: IIS Redirect - no more POST parameters
> 
> 
> 
> > Servlets that we have been running on Tomcat have been 
> > picking up parameters
> > from doPost whilst it was referenced by specific port. Having now
> > re-configured IIS to redirect to Tomcat it seems that the 
> > parameters are not
> > being passed through?
> 
> Have you tried rebooting the server running IIS?
> 
> It worked for me, for some strange reason.
> 
> --
> Stephen Oakes
> 
> 
> This footnote confirms that this email message has been swept by
> MIMEsweeper for the presence of computer viruses.
> 


-----------------------------------------------------------------------------------------------------------------
The information contained in this message is confidential and is intended 
for the addressee(s) only.  If you have received this message in error or 
there are any problems please notify the originator immediately.  The 
unauthorized use, disclosure, copying or alteration of this message is 
strictly forbidden. Baltimore Technologies plc will not be liable for direct, 
special, indirect or consequential damages arising from alteration of the 
contents of this message by a third party or as a result of any virus being 
passed on.

In addition, certain Marketing collateral may be added from time to time to 
promote Baltimore Technologies products, services, Global e-Security or 
appearance at trade shows and conferences.
 
This footnote confirms that this email message has been swept by 
Baltimore MIMEsweeper for Content Security threats, including
computer viruses.

Reply via email to