ZipWorkflowOperationHandler.zip() will NPE if mediapackage is null
Steps to reproduce
The first line of the zip method calls mediaPackage.getIdentifier() which will NPE if mediaPackage is null. This case should be caught and a handled exception thrown to the caller.