You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2009/04/22 13:25:47 UTC

[jira] Created: (FELIX-1050) Display complete manifest entry

Display complete manifest entry
-------------------------------

                 Key: FELIX-1050
                 URL: https://issues.apache.org/jira/browse/FELIX-1050
             Project: Felix
          Issue Type: Improvement
          Components: Web Console
    Affects Versions: webconsole-1.2.8
            Reporter: Carsten Ziegeler
             Fix For: webconsole-1.2.10


It would be nice if the bundle list would display the whole manifest as text in the details list. Maybe the manifest is not displayed by default and a button to "open" the manifest is availabe

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


[jira] Resolved: (FELIX-1050) Display complete manifest entry

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

Felix Meschberger resolved FELIX-1050.
--------------------------------------

    Resolution: Fixed

Implemented listing the manifest headers in Rev. 773497

To allow line-breaks inside long header lines -- notably Export-Package, Import-Package etc headers -- a regular expression replacement (requires Java 1.4 or above, which should probably be fine in the case of the web console) is added to ensure a space character after each comma and semicolon.

Please close this issue if this fix suits your needs. Thanks.

> Display complete manifest entry
> -------------------------------
>
>                 Key: FELIX-1050
>                 URL: https://issues.apache.org/jira/browse/FELIX-1050
>             Project: Felix
>          Issue Type: Improvement
>          Components: Web Console
>    Affects Versions: webconsole-1.2.8
>            Reporter: Carsten Ziegeler
>             Fix For: webconsole-1.2.10
>
>
> It would be nice if the bundle list would display the whole manifest as text in the details list. Maybe the manifest is not displayed by default and a button to "open" the manifest is availabe

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