VIVO-716 VitroHttpRequest was not properly handling the MultipartRequestWrapper

This commit is contained in:
j2blake 2014-03-19 16:13:38 -04:00
parent 912c9e964a
commit b1d379d03a

View file

@ -65,10 +65,12 @@ public class VitroHttpServlet extends HttpServlet implements MultipartRequestWra
if (log.isTraceEnabled()) {
dumpRequestHeaders(hreq);
}
}
super.service(hreq, resp);
} else {
super.service(req, resp);
}
}
/**
* Override this to change the maximum size of uploaded files in multipart