I am looking to sign a war file for distribution via Java Web Start.
As I understand it, the jar signer tool ignores the contents of the META-INF directory so that the signing process does not change the digest value of the jar file.
Will this same process work for a war file? I've never used a META-INF directory in the root of a war file, and I'm not sure it is legal to do so.
Even if it is, will this be accepted by the Webstart security manager as a properly signed file?
Thanks in advance,
Rob.