You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2010/03/02 15:54:27 UTC

[jira] Updated: (FELIX-2151) Use Strings instead of URLs in the API

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

Guillaume Nodet updated FELIX-2151:
-----------------------------------

    Summary: Use Strings instead of URLs in the API  (was: Use URIs instead of URLs in the API)

> Use Strings instead of URLs in the API
> --------------------------------------
>
>                 Key: FELIX-2151
>                 URL: https://issues.apache.org/jira/browse/FELIX-2151
>             Project: Felix
>          Issue Type: Improvement
>          Components: Bundle Repository (OBR)
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>             Fix For: bundlerepository-1.6.0
>
>
> The reason is that you can then more easily manipulate the URIs without the need
> for having the URL handler.  For example I'd like to use mvn url handlers for resources,
> but manipulating the API outside of OSGi will make it very difficult or even parsing the
> repository.  When accessing the resources, URI can be converted to URLs quite easily,
> checking the needed URL handlers presence as late as possible.

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