Scott,
    Am attaching the 2 Java files. If you invoke them individually with
parameters You will see the Parameters displayed. However if you chain 'em
then you see the parameters displayed for the first servlet in the chain and
not for the second one.

Naveen
----- Original Message -----
From: "Scott Stirling" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, July 23, 2000 6:44 PM
Subject: RE: Mime Type chaining does not work in Jrun3.0??


> This may be a bug. I noticed a similar problem Friday and am just reading
your
> email now.  Do you have a test case with a snippet of your
webapp.properties?
>
> Scott Stirling
>
> > -----Original Message-----
> > From: Naveen Shankar [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, July 18, 2000 2:17 PM
> > To: [EMAIL PROTECTED]
> > Subject: Mime Type chaining does not work in Jrun3.0??
> >
> >
> > Hi,
> >     It appears that the mime-type chaining behaves differently in
Jrun3.0.
> > Earlier  in JRUN 2.3.3 I could chain servlets by setting the mimetype in
> > mimetypeservlets.properties. And the servlet in the chain would inherit
all
> > the request parameters.
> > But now in JRUN3.0 it looks like only the first servlet in the chain
> > inherits the request parameters. These parameters are not there on the
> > second servlets request object. Is there a workaround for this??
> > Appreciate any help.
> >
> > Thanks
> > Naveen
>
> --------------------------------------------------------------------------
----
> Archives: http://www.egroups.com/group/jrun-interest/
> Unsubscribe:
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
> or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.

chain2.java

chain1.java

Reply via email to