We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description: Currently scan-manager webapplication UI has relative URLs that starts with "/" which restrict the application to a one fixed context.
Example:
security-tools/internal/scan-manager/webapp/src/main/webapp/WEB-INF/views/scan-manager/index.jsp
Line 38 in 4369690
security-tools/internal/scan-manager/webapp/src/main/webapp/WEB-INF/views/scan-manager/scans.jsp
Line 112 in 4369690
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:
The text was updated successfully, but these errors were encountered:
NShani
mathuriga
No branches or pull requests
Description:
Currently scan-manager webapplication UI has relative URLs that starts with "/" which restrict the application to a one fixed context.
Example:
security-tools/internal/scan-manager/webapp/src/main/webapp/WEB-INF/views/scan-manager/index.jsp
Line 38 in 4369690
Example:
security-tools/internal/scan-manager/webapp/src/main/webapp/WEB-INF/views/scan-manager/scans.jsp
Line 112 in 4369690
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:
The text was updated successfully, but these errors were encountered: