Hi,
Thanks a lot for your idea.

But we can bypass the FilterDipatcher Conditionally and i have done it,
yes it has taken great amount of time.But I can be done.

Actually i have newly joined and i have assigned bug resolution task right
now
so i need to work on existing otherwise i could have used struts uploading
facility.

Regards
Manish


On 1/9/08, Laurie Harper <[EMAIL PROTECTED]> wrote:
>
> 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