Hi there,

On Tue, 14 Nov 2000, Andrew Chen wrote:

> 1. Request comes in for t.jsp?test=1&joe=2
> 2. Handler steps in and adds another parameter, t.jsp?test=1&joe=2&moe=3
> 3. Request is then handled by BEA-Apache bridge so that it is forwarded to
> Weblogic
> 4. JSP runs on Weblogic, and the new parameter (joe)

moe?

> can be referenced in the JSP.

I'm not familiar with this bridge, but I don't see why this needs to
be complicated.  What determines the new parameter?  After the handler
adds the new parameter, could you get it to make another request which
then gets caught by mod_rewrite and/or mod_proxy for example?

73,
Ged.

Reply via email to