hg: jdk8/tl: 8032632: Wrong version for the first jdk8 fcs build

2014-01-24 Thread erik . joelsson
Changeset: 7238a870ddb7 Author:erikj Date: 2014-01-24 10:39 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/rev/7238a870ddb7 8032632: Wrong version for the first jdk8 fcs build Reviewed-by: katleman ! common/autoconf/spec.gmk.in

Re: RFR: 8031572: jarsigner -verify exits with 0 when a jar file is not properly signed

2014-01-24 Thread Sean Mullan
In JarFile, I think you should also upper-case the entry names before passing to SignatureFileVerifier.isBlockOrSF, as all other calls to this method in the JDK do that. The jar specification says that these filenames are case-insensitive, so a file named *.rsa should also be treated as a

Re: RFR: 8031572: jarsigner -verify exits with 0 when a jar file is not properly signed

2014-01-24 Thread Wang Weijun
On Jan 24, 2014, at 23:55, Sean Mullan sean.mul...@oracle.com wrote: In JarFile, I think you should also upper-case the entry names before passing to SignatureFileVerifier.isBlockOrSF, as all other calls to this method in the JDK do that. The jar specification says that these filenames are