You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Alex Cruikshank <al...@epitonic.com> on 2000/02/23 19:24:19 UTC

Fwd: Non remis : Re: Problem with POST-Reqs vi a RequestDispatcher.forward()

I got one of these too.  Is the mailing list supposed to forward send 
failures to the poster? - a|ex


>Date: Wed, 23 Feb 2000 19:00:46 +0100
>From: Administrateur système <po...@insyscom.fr>
>Subject: Non remis : Re: Problem with POST-Reqs vi
>  a RequestDispatcher.forward()
>To: alex@epitonic.com
>X-Mailer: Internet Mail Service (5.5.2650.21)
>
>Your message
>
>   To:      tomcat-dev@jakarta.apache.org
>   Subject: Re: Problem with POST-Reqs via RequestDispatcher.forward()
>   Sent:    Wed, 23 Feb 2000 18:58:52 +0100
>
>did not reach the following recipient(s):
>
>mboukelmoune@hotmail.com on Wed, 23 Feb 2000 19:00:41 +0100
>     Le nom du destinataire n'est pas reconnu
>         L'identificateur MTS du message original est : c=FR;a=
>;p=FOCAL;l=PARMSG010002231800FPYZV64S
>     MSEXCH:IMS:FOCAL:PARIS:PARMSG01 3550 (000B099C) 550 5.7.1 Relaying not
>permitted: mboukelmoune@hotmail.com
>
>
>Message-ID: <C1...@klyngon.insyscom.fr>
>From: Alex Cruikshank <al...@epitonic.com>
>Reply-To: tomcat-dev@jakarta.apache.org
>To: tomcat-dev@jakarta.apache.org
>Subject: Re: Problem with POST-Reqs via RequestDispatcher.forward()
>Date: Wed, 23 Feb 2000 18:58:52 +0100
>MIME-Version: 1.0
>X-Mailer: Internet Mail Service (5.5.2650.21)
>X-MS-Embedded-Report:
>Content-Type: text/plain;
>         charset="iso-8859-1"
>
>
>
>
>
>This was a bug that was fixed in the 3.1 server.  I highly recommend
>grabbing the latest copy of it.
>
>Alex Cruikshank
>
>
>At 05:37 PM 2/23/00 +0100, you wrote:
> >Hi,
> >
> >I've noticed some trouble in forwarding post requests with
> >Tomcat3.0/standalone
> >(at NT).
> >I've already seen some posts dealing with this problem but without
> >answers. I'm
> >relative
> >new to Tomcat but not to servlet engines / containers in general.
> >
> >My sample scenario is as follows:
> >A servlet, say the FrontServlet, forwards every request via forward(req,
> >res) to
> >another
> >servlets, let's call it BackServlet. There the processing of parameters
> >will be
> >done. This
> >works fine. Now I want to have a FullRequestLog. Therefore I wrote a
>method
> >which is
> >parsing the parameter list and echos all to log(). If I do this in the
> >FrontServlet at a post
> >request before forwarding the request the log shows all params well. But
>if I
> >want to do
> >this in the BackServlet again, there are no parameters. This only happens
>if I
> >touch the
> >request parameters in the forwarding servlet and if I'm using post. In
>case of
> >get all goes
> >well. On the jswdk-1.0.1 this works without probems.
> >
> >Any experience or suggestions ?
> >
> >Thomas
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> >For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org