hi all,

I want to write a filter which will overwrite the request URL in
incoming httprequest.

if incoming request's URI contains *./myservletName/extra1/extra2.*

I want to reset it to *./myservletName?param1=extra1&param2=extra2 and
pass this request object to subsequent processing (filter chain).

Is it possible to do?? If so how?

thx,
Jaynika

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to