Skip to content

Commit 8d4d026

Browse files
authored
Merge pull request #3940 from line-o/hotfix/httprequestwrapper
[hotfix] use DiskFileItemFactory default threshhold
2 parents 2d38490 + c22ffe0 commit 8d4d026

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

exist-core/src/main/java/org/exist/http/servlets/HttpRequestWrapper.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,6 @@ private void parseMultipartContent() {
188188
// Create a factory for disk-based file items
189189
final DiskFileItemFactory factory = new DiskFileItemFactory();
190190

191-
// Dizzzz: Wonder why this should be zero
192-
factory.setSizeThreshold(0);
193-
194191
// Create a new file upload handler
195192
final ServletFileUpload upload = new ServletFileUpload(factory);
196193

0 commit comments

Comments
 (0)