Re: overriding MultipartRequestWrapper class

2004-10-27 Thread Craig McClanahan
Hmm ... looks like RequestProcessor.processMultipart() always uses a MultipartRequestWrapper if the content type is "multipart/form-data". The controller setting you are trying to change sets the MultipartHandler class, not the request wrapper class. One could argue that the wrapper class ought t

overriding MultipartRequestWrapper class

2004-10-27 Thread Seyhan Basmaci
We are decorating each request object for our requirements. MySpecialRequest customReq= MySpecialRequest(request); Also , MySpecialRequest extends HttpRequest If the content type is multipart/form-data ,also struts decorates our request object in processMultipart method and returns an