This is great, Naveen.  Thank you.  I will take a look at it.

Scott

> -----Original Message-----
> From: Naveen Shankar [mailto:[EMAIL PROTECTED]]
> Sent: Friday, July 28, 2000 6:09 PM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Re: Mime Type chaining does not work in Jrun3.0??
> 
> 
> Scott,
>     I am attaching the sample code which illustrates this bug. I took the
> SnoopServlet code that is in the demo_app. And modified it to chain to a
> second servlet "SnoopServlet_2" from SnoopServlet_1..
> This is the scenario for testing I used.
> 
> I invoke the url : http://localhost/demo/SnoopServlet_1?test=TEST
> I see the output from SnoopServlet_2. If you look at the query string you
> see "Query string test=TEST ".
> However if you look at the     "Request Parameters (single style) - none ";
> "Request Parameters (multiple style) - none "
> 
> I am setting the content type to "chain" in SnoopServlet_1. And  have set up
> the mime type as follows. This is in my web_app.properties file.
> "webapp.mime-servlet.chain=SnoopServlet_2"
> 
> The problem is that the RequestParameters are not transferred to the second
> servlet in the chain. even though the request parameters are there in the
> querystring
> 
> 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.

Reply via email to