...
MultipartRequestWrapper wrapper = new
MultipartRequestWrapper(
(HttpServletRequest) request,
resolveSize(strMaxSize,
uploadMaxFileSize),
resolveSize(strThreshold,
uploadThresholdSize),
strRepo);
... HttpServletRequest in a Portlet container? ...
There were a few other small changes to avoid ClassCastExceptions but that's basically it.
b/c of what? -Matthias
