You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Kai Hudalla (JIRA)" <ji...@apache.org> on 2016/03/26 17:35:25 UTC

[jira] [Created] (FELIX-5227) Created manifest files do not end with newline

Kai Hudalla created FELIX-5227:
----------------------------------

             Summary: Created manifest files do not end with newline
                 Key: FELIX-5227
                 URL: https://issues.apache.org/jira/browse/FELIX-5227
             Project: Felix
          Issue Type: Bug
          Components: Maven Bundle Plugin
    Affects Versions: maven-bundle-plugin-3.0.1
         Environment: Linux
            Reporter: Kai Hudalla


Manifest files created by the maven bundle plugin do not end with a newline character. This is problematic when signing a bundle containing such a Manifest because the jarsigner tool then fails to insert an empty line between the last entry in the Manifest created by the bundle plugin (in my case the line containing the *tool:* header) and the first entry for signed files contained in the bundle.
When later verifying such a signed bundle this results in jarsigner issuing a warning that the jar contains files for which no signature exists which I assume is because of the missing empty line.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)