Skip to content

Commit

Permalink
Merge pull request #20588 from AmshikaH/master
Browse files Browse the repository at this point in the history
Move TenantContextRewriteValve after the custom valves
  • Loading branch information
piraveena authored Jun 26, 2024
2 parents 19e2200 + 8b2cb14 commit d663b14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@
<Valve className="org.wso2.carbon.identity.cors.valve.CORSValve"/>
<Valve className="org.wso2.carbon.tomcat.ext.valves.SameSiteCookieValve"/>
<Valve className="org.wso2.carbon.identity.context.rewrite.valve.OrganizationContextRewriteValve"/>
<Valve className="org.wso2.carbon.identity.context.rewrite.valve.TenantContextRewriteValve"/>
<!--Error pages -->
<Valve className="org.apache.catalina.valves.ErrorReportValve" showServerInfo="false" showReport="false"/>
{% for valve in catalina.valves %}
Expand All @@ -141,6 +140,7 @@
{% endfor %}
/>
{% endfor %}
<Valve className="org.wso2.carbon.identity.context.rewrite.valve.TenantContextRewriteValve"/>
</Host>
</Engine>
</Service>
Expand Down

0 comments on commit d663b14

Please sign in to comment.