Prajapati Manish Narandas wrote:
Hi,

I want to bypass FilterDispatcher for specific request.
Actually i use uploadFilter and here whenever i submit file upload reqeust
first time
the inputStream of the given request is consumed first time might be by
filterDipatcher
so first time i can not upload file.
so can any body tell me the way to by pass FilterDipatcher for specific
request except changing filer mapping.

Without messing with the filter mapping, you can't. Filter mapping are static at runtime; you can't have a URL go through one filter sometimes and a different filter other times.

Why aren't you just using Struts' built-in file upload handling? Why do you need a separate filter?

L.


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

Reply via email to