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'.
y -
only that the *params* are not passed along.Using Tomcat 5.5.23 on Win
XP.Thanks in advance,John
O'Hanley---(Sorry if the formatting
is crappy...)CONTROLLER :package hirondelle.fish.exercise.fileupload;import
java.io.IOException;import j
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