[Bug 64005] NullPointerException in Tomcat 8.5.50 from java.util.zip.ZipFile.getEntry

2019-12-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64005 --- Comment #8 from Vlad Mencl --- Thanks for the quick fix! -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr.

[Bug 64005] NullPointerException in Tomcat 8.5.50 from java.util.zip.ZipFile.getEntry

2019-12-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64005 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 64005] NullPointerException in Tomcat 8.5.50 from java.util.zip.ZipFile.getEntry

2019-12-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64005 Mark Thomas changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #6 from Mark Thomas ---

[Bug 64005] NullPointerException in Tomcat 8.5.50 from java.util.zip.ZipFile.getEntry

2019-12-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64005 --- Comment #5 from Vlad Mencl --- PS: the WAR file I'm running is at https://github.com/REANNZ/federationregistry2-Tuakiri/releases/tag/2.9.0-tuakiri5 - but it also needs a config file (template at https://github.com/REANNZ/federationregistry

[Bug 64005] NullPointerException in Tomcat 8.5.50 from java.util.zip.ZipFile.getEntry

2019-12-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64005 --- Comment #4 from Vlad Mencl --- Hi, I'm getting this for a web-app running off a 50MB WAR file. I do NOT get the error when I configure Tomcat to unpack the WAR File, only when running directly from the WAR file. And it works fine with To

[Bug 64005] NullPointerException in Tomcat 8.5.50 from java.util.zip.ZipFile.getEntry

2019-12-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64005 --- Comment #3 from Michael Osipov --- Can you tacke the actual JAR and test it with "unzip -t" as well as NIO2 zipfs provider? -- You are receiving this mail because: You are the assignee for the bug.

[Bug 64005] NullPointerException in Tomcat 8.5.50 from java.util.zip.ZipFile.getEntry

2019-12-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64005 --- Comment #2 from Vlad Mencl --- Hi, Thanks for the reply - and agree a test case to reproduce the bug is essential for troubleshooting from your end. I am just about to go on leave, and will be back at work in the week of January 13th (sou

[Bug 64005] NullPointerException in Tomcat 8.5.50 from java.util.zip.ZipFile.getEntry

2019-12-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64005 Remy Maucherat changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from Remy Mau