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.
Thanks in advance.