You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Richard S. Hall (JIRA)" <ji...@apache.org> on 2008/07/23 20:47:31 UTC

[jira] Created: (FELIX-641) Manifest parser should be more lenient and trim whitespace from manifest version

Manifest parser should be more lenient and trim whitespace from manifest version
--------------------------------------------------------------------------------

                 Key: FELIX-641
                 URL: https://issues.apache.org/jira/browse/FELIX-641
             Project: Felix
          Issue Type: Improvement
          Components: Framework
            Reporter: Richard S. Hall
            Assignee: Richard S. Hall
            Priority: Minor


Currently, the manifest parser uses the manifest version as is, which means that if it has trailing whitespace, then it will not recognize it. We can probably be a little more lenient and trim() the string.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (FELIX-641) Manifest parser should be more lenient and trim whitespace from manifest version

Posted by "Richard S. Hall (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard S. Hall closed FELIX-641.
---------------------------------

    Resolution: Fixed

Applied patch to resolve this issue.

> Manifest parser should be more lenient and trim whitespace from manifest version
> --------------------------------------------------------------------------------
>
>                 Key: FELIX-641
>                 URL: https://issues.apache.org/jira/browse/FELIX-641
>             Project: Felix
>          Issue Type: Improvement
>          Components: Framework
>            Reporter: Richard S. Hall
>            Assignee: Richard S. Hall
>            Priority: Minor
>
> Currently, the manifest parser uses the manifest version as is, which means that if it has trailing whitespace, then it will not recognize it. We can probably be a little more lenient and trim() the string.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.