You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Felix Meschberger (JIRA)" <ji...@apache.org> on 2010/02/21 16:47:28 UTC

[jira] Resolved: (FELIX-1910) Normal URLs instead of Javascript links in Licenses screen

     [ https://issues.apache.org/jira/browse/FELIX-1910?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger resolved FELIX-1910.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: webconsole-3.0.0

In Rev. 912361 implemented the proposed URL-based scheme with one difference: using the JAR-URL separator "!/".

Examples:

    .../licenses/5/META-INF/LICENSE -- META-INF/LICENSE file of Bundle 5
    .../licenses/6/library.jar!/README -- README file of library.jar embedded in Bundle 6

Plus added testcases for URL parser

> Normal URLs instead of Javascript links in Licenses screen
> ----------------------------------------------------------
>
>                 Key: FELIX-1910
>                 URL: https://issues.apache.org/jira/browse/FELIX-1910
>             Project: Felix
>          Issue Type: Improvement
>          Components: Web Console
>    Affects Versions: webconsole-1.2.10
>            Reporter: Jukka Zitting
>            Assignee: Felix Meschberger
>             Fix For: webconsole-3.0.0
>
>
> The Licenses screen in the Web Management Console uses links like javascript:displayBundle("123"); and javascript:displayFile("123", "Bundle Resources", "1"); which make it impossible to directly link to specific license information.
> It would be better if all the exposed information had a normal http URL like in the Bundles screen. In fact, how about if license information was included in the bundle information page at http://.../bundles/123?
> PS. Note that I'm looking at version 1.2.10 of the console, but since I didn't find relevant issues against more recent releases I believe this issue is still valid for the latest trunk.

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