Polishing

pull/6683/merge
Andy Wilkinson 8 years ago
parent 70b5c97c7f
commit e16c9d4e76

@ -72,9 +72,9 @@ class WebServletHandler extends ServletComponentHandler {
return null; return null;
} }
return new MultipartConfigElement((String) attributes.get("location"), return new MultipartConfigElement((String) attributes.get("location"),
(long) attributes.get("maxFileSize"), (Long) attributes.get("maxFileSize"),
(long) attributes.get("maxRequestSize"), (Long) attributes.get("maxRequestSize"),
(int) attributes.get("fileSizeThreshold")); (Integer) attributes.get("fileSizeThreshold"));
} }
} }

Loading…
Cancel
Save