[jboss-jira] [JBoss JIRA] (WFLY-1467) Broken MANIFEST.MF Parsing of "Dependencies:" header
David Lloyd (JIRA)
jira-events at lists.jboss.org
Thu Jun 6 23:56:54 EDT 2013
[ https://issues.jboss.org/browse/WFLY-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779999#comment-12779999 ]
David Lloyd commented on WFLY-1467:
-----------------------------------
I suspect that the last header in the manifest file will always be ignored if it is not terminated with an end-of-line character. As a workaround we could possibly "pad" the stream somehow.
> Broken MANIFEST.MF Parsing of "Dependencies:" header
> ----------------------------------------------------
>
> Key: WFLY-1467
> URL: https://issues.jboss.org/browse/WFLY-1467
> Project: WildFly
> Issue Type: Bug
> Affects Versions: 8.0.0.Alpha1
> Reporter: Andrew Rubinger
>
> Given a META-INF/MANIFEST.MF file with the following contents:
> {code}Dependencies: org.jboss.as.controller-client, org.jboss.dmr{code}
> ...I've observed that these dependencies are not honored. A trailing line break corrected the issue.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list