Jetty - java.lang.IllegalStateException: zip file closed

前端 未结 6 1232
难免孤独
难免孤独 2021-01-12 05:05

I\'m getting some error with some connection to our web server.

I saw that a bug causing this was solved in Jetty 7.6. Yes we get this error on our application runn

6条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-12 05:31

    You don't need to test all files to ensure the correctness of them. Just put a break point at java.util.zip.ZipFile.ensureOpen(ZipFile.java:632) and check the name field in ZipFile class: private final String name

提交回复
热议问题