Found the answer to my question.
The call to request.getRequestDispathcher(String aPath) works as it should.
However, this method represents a kind of 'back door', through which query
params may be added.
Since my wrappER doesn't override this method, it does a call forward to the
'wrappEE'.
[Resending - attachments not accepted.]
Hello,
I have a nagging problem with a wrapper-filter for file upload requests. The
core of the problem is that
request.getRequestDispatcher(String aPath)
is not behaving as expected. I am passing *query params* in 'aPath'. When I use
a file upload wrap
Hello,
I have a nagging problem with a wrapper-filter for file upload requests. The
core of the problem is that
request.getRequestDispatcher(String aPath)
is not behaving as expected. I am passing *query params* in 'aPath'. When I use
a file upload wrapper on the request, these query params ar