[jboss-jira] [JBoss JIRA] (WFLY-1467) Broken MANIFEST.MF Parsing of "Dependencies:" header

Andrew Rubinger (JIRA) jira-events at lists.jboss.org
Thu Jun 6 23:03:54 EDT 2013


     [ https://issues.jboss.org/browse/WFLY-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Rubinger updated WFLY-1467:
----------------------------------

    Description: 
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:

{code}Dependencies: org.jboss.as.controller-client, org.jboss.dmr

{code}

  was:
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:

{code}Dependencies: org.jboss.as.controller-client, org.jboss.dmr
{code}


    
> Broken MANIFEST.MF Parsing of "Dependencies:" header
> ----------------------------------------------------
>
>                 Key: WFLY-1467
>                 URL: https://issues.jboss.org/browse/WFLY-1467
>             Project: WildFly
>          Issue Type: Bug
>            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:
> {code}Dependencies: org.jboss.as.controller-client, org.jboss.dmr
> {code}

--
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