Closed sadilchamishka closed 1 year ago
PR builder started Link: https://github.com/wso2/product-is/actions/runs/6683001630
PR builder started Link: https://github.com/wso2/product-is/actions/runs/6683003377
PR builder completed Link: https://github.com/wso2/product-is/actions/runs/6683003377 Status: success
PR builder completed Link: https://github.com/wso2/product-is/actions/runs/6683001630 Status: failure
Proposed changes in this pull request
The rewrite context regex patterns should be improved to allow the below URL paths.
Tenant perspective API resource access. -
/t/<tenant-domain>/api/server/v1/applications
Tenant perspective console access -
/t/<tenant-domain>/console
Organization perspective API resource access. -
/t/<tenant-domain>/o/api/server/v1/applications
Organization perspective console access -
/t/<tenant-domain>/o/<org-id>/console
The console context
/console/
is separately handled as here.The above regex validations only applied for webApps. For servlets, keep the existing regex pattern of
/t/<tenant-domain>/..
Additional information
The organization context rewrite valve will allow organization qualified servlet and some of the specified webApps accesses ex -
oauth2
Related Issues