wso2 / product-is

Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and contributing code, click the link below.
http://wso2.github.io/
Apache License 2.0
727 stars 711 forks source link

Move TenantContextRewriteValve after the custom valves #20588

Closed AmshikaH closed 5 days ago

AmshikaH commented 5 days ago

Purpose

Addresses https://github.com/wso2/product-is/issues/20589.

The TenantContextRewriteValve does not call the next valves in most flows, which prevents custom valves from being called. By moving the TenantContextRewriteValve to the end of the chain, the custom valves can be executed as well.

jenkins-is-staging commented 5 days ago

PR builder started Link: https://github.com/wso2/product-is/actions/runs/9674809098

jenkins-is-staging commented 5 days ago

PR builder completed Link: https://github.com/wso2/product-is/actions/runs/9674809098 Status: success