391082 No exception if multipart input stream incomplete
This commit is contained in:
parent
ce3ba58887
commit
23fe83a689
|
@ -589,6 +589,8 @@ public class MultiPartInputStream
|
|||
part.close();
|
||||
}
|
||||
}
|
||||
if (!lastPart)
|
||||
throw new IOException("Incomplete parts");
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue