Re: NPE in StandardJarScanner

2016-05-17 Thread Violeta Georgieva
2016-05-17 10:25 GMT+03:00 Romain Manni-Bucau : > > Thanks Violeta for the fix! > The fix will be available in 9.0.0.M7, 8.5.3 and 8.0.36 Regards, Violeta > > Romain Manni-Bucau > @rmannibucau | Blog > | Github < https://githu

Re: NPE in StandardJarScanner

2016-05-17 Thread Romain Manni-Bucau
Thanks Violeta for the fix! Romain Manni-Bucau @rmannibucau | Blog | Github | LinkedIn | Tomitriber | JavaEE Factory

NPE in StandardJarScanner

2016-05-16 Thread Romain Manni-Bucau
Hi guys, org.apache.tomcat.util.scan.StandardJarScanner#processManifest does: Manifest manifest = jar.getManifest(); Attributes attributes = manifest.getMainAttributes(); Please note that manifest can be null so another NPE should be added Thanks, Romain Manni-Bucau @rmannibucau