I have a .war file of an application. It works, but I need to update some inner jars (only minor version changes)
While I can operate on .war archives using the
midnight commander, the files can't be executed anymore:
java.lang.SecurityException: SHA1 digest error
.
I tried repacking it using the jar command, but I get it wrong: The archive contains new META-INF, and no WEB-INF (which is needed).
Thank you for proposed solutions!