Support direct details view of a resource by symbolic name and version
----------------------------------------------------------------------
Key: FELIX-2226
URL: https://issues.apache.org/jira/browse/FELIX-2226
Project: Felix
Issue Type: Improvement
Components: Web Console
Reporter: Felix Meschberger
Assignee: Felix Meschberger
Fix For: webconsole-3.0.0
Currently to display the details of an OBR resource, the a request is placed
resulting in a query for a given symbolic name and version and setting the
details parameter.
Example:
.../obr?details&symbolicname=org.apache.sling.api&version=2.0.4-incubator
IMHO it would be more natural to support a REST-style URL of the form
.../obr/org.apache.sling.api/2.0.4-incubator
Likewise a request to
.../obr/org.apache.sling.api
should return all versions of resources with the symbolic name contained in the
URL
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.