Re: Can i by pass FilterDispatcher for specific request

2008-01-08 Thread Prajapati Manish Narandas
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

Re: Can i by pass FilterDispatcher for specific request

2008-01-08 Thread Laurie Harper
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 uploa

Can i by pass FilterDispatcher for specific request

2008-01-06 Thread Prajapati Manish Narandas
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