Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use relative URLs in scan-manager webapp UI #144

Open
ayomawdb opened this issue Oct 2, 2019 · 0 comments
Open

Use relative URLs in scan-manager webapp UI #144

ayomawdb opened this issue Oct 2, 2019 · 0 comments

Comments

@ayomawdb
Copy link
Member

ayomawdb commented Oct 2, 2019

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants