|
@@ -520,7 +520,7 @@ public class SceneDownloadHandlerServiceImpl {
|
|
|
|
|
|
}
|
|
|
|
|
|
- public void zipInputStream(ZipOutputStream out, String key, InputStream in) throws Exception {
|
|
|
+ public synchronized void zipInputStream(ZipOutputStream out, String key, InputStream in) throws Exception {
|
|
|
out.putNextEntry(new org.apache.tools.zip.ZipEntry(key));
|
|
|
byte[] bytes = new byte[1024];
|
|
|
int b = 0;
|