RequestDispatcher, wrapper, and file upload - ANSWER

2008-03-08 Thread John O'Hanley
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'.

RequestDispatcher, wrapper, and file upload

2008-03-07 Thread John O'Hanley
[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

RequestDispatcher, wrapper, and file upload

2008-03-07 Thread John O'Hanley
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