VIVO-716 VitroHttpRequest was not properly handling the MultipartRequestWrapper
This commit is contained in:
parent
912c9e964a
commit
b1d379d03a
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue