Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
RushanNanayakkara authored Jun 27, 2024
2 parents 6c8a3fd + 7188e0e commit 4eb517e
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 66 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,10 @@
prefix="{{http_access_log.prefix}}" suffix="{{http_access_log.suffix}}" pattern="{{http_access_log.pattern}}"/>
{% endif %}
<Valve className="org.wso2.carbon.extension.identity.x509Certificate.valve.X509CertificateAuthenticationValve"/>
<Valve className="org.wso2.carbon.tomcat.ext.valves.CarbonStuckThreadDetectionValve" threshold="600"/>
<Valve
className="org.wso2.carbon.tomcat.ext.valves.CarbonStuckThreadDetectionValve"
threshold="{{catalinaValves.CarbonStuckThreadDetectionValve.threshold | default('600')}}"
/>
<Valve className="org.wso2.carbon.tomcat.ext.valves.CompositeValve"/>

<!-- OAuthAppTenantResolverValve is required to be invoked when tenant qualified urls are disabled. This should be invoked before the AuthenticationValve -->
Expand All @@ -128,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 @@ -138,6 +140,7 @@
{% endfor %}
/>
{% endfor %}
<Valve className="org.wso2.carbon.identity.context.rewrite.valve.TenantContextRewriteValve"/>
</Host>
</Engine>
</Service>
Expand Down
Loading

0 comments on commit 4eb517e

Please sign in to comment.