mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-19 13:06:06 +00:00
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…
x
Reference in New Issue
Block a user