DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=26083>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=26083 ------- Additional Comments From [EMAIL PROTECTED] 2006-04-26 15:37 ------- Nope, you always sign the full archive and the mere presence of a file with the extension SF in META-INF makes Java's jar loader assume the archive must be signed. See http://java.sun.com/j2se/1.4.2/docs/tooldocs/solaris/jarsigner.html, in particular http://java.sun.com/j2se/1.4.2/docs/tooldocs/solaris/jarsigner.html#DefaultAlgs So yes, the only real solution is to exclude any files ending in .SF (or .DSA) in META-INF and taking care of the MANIFEST.MF at the same time since the manifest sections for the signatures may need to be removed as well. Implementing Bug 34403 may provide a good workaround. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]