Konrad Windszus created FELIX-6715: -------------------------------------- Summary: Incorrect link in "Using bundles" for /system/console/services/<serviceid> Key: FELIX-6715 URL: https://issues.apache.org/jira/browse/FELIX-6715 Project: Felix Issue Type: Bug Components: Web Console Affects Versions: webconsole-5.0.4 Reporter: Konrad Windszus
The link being rendered in the service details table for row "Using bundle" is incorrect as it contains a double slash between {{/system/console/bundles}} and the bundle id. The reason for that is that the link is composed in https://github.com/apache/felix-dev/blob/81edc6e48db29feae5d0deb0af23719f50ddcb2b/webconsole/src/main/resources/res/ui/services.js#L139 from {{bundlePath}} + '/' + {{bundle.bundleId}}. However the {{bundlePath}} always ends with a trailing slash so you end up with double slashes. -- This message was sent by Atlassian Jira (v8.20.10#820010)