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
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
2 matches
Mail list logo