Skip to content

Use relative URLs in scan-manager webapp UI #144

@ayomawdb

Description

@ayomawdb

Description:
Currently scan-manager webapplication UI has relative URLs that starts with "/" which restrict the application to a one fixed context.

Example:

<a class="btn btn-primary scan-manager-index-page-button" href="/scan-manager/scanners"

Example:

Due to this we cannot map the internal domain (https://example.wso2.com/) to the application through the reverse-proxy. Instead the context should also be appended to access the application (https://example.wso2.com/scan-manager/).

As a fix, the application should use relative URLs that are not starting with a "/" in all situations, to avoid having to restrict to a fixed context.

Suggested Labels:

Suggested Assignees:

Affected Product Version:

OS, DB, other environment details and versions:

Steps to reproduce:

Related Issues:

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions