Skip to content

Commit

Permalink
Update web.xml files
Browse files Browse the repository at this point in the history
  • Loading branch information
RakhithaRR committed Oct 3, 2024
1 parent 7de2d07 commit 72c6463
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<init-param>
<param-name>jaxrs.inInterceptors</param-name>
<param-value>
org.wso2.carbon.apimgt.rest.api.util.interceptors.URLValidationInterceptor(majorVersion=v4 latestVersion=v4.1),
org.wso2.carbon.apimgt.rest.api.util.interceptors.URLValidationInterceptor(majorVersion=v4 latestVersion=v4.2),
org.wso2.carbon.apimgt.rest.api.util.interceptors.auth.TokenMergeInterceptor,
org.wso2.carbon.apimgt.rest.api.util.interceptors.PreAuthenticationInterceptor,
org.wso2.carbon.apimgt.rest.api.util.interceptors.auth.OAuthAuthenticationInterceptor,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<init-param>
<param-name>jaxrs.inInterceptors</param-name>
<param-value>
org.wso2.carbon.apimgt.rest.api.util.interceptors.URLValidationInterceptor(majorVersion=v4 latestVersion=v4.1),
org.wso2.carbon.apimgt.rest.api.util.interceptors.URLValidationInterceptor(majorVersion=v4 latestVersion=v4.2),
org.wso2.carbon.apimgt.rest.api.util.interceptors.auth.TokenMergeInterceptor,
org.wso2.carbon.apimgt.rest.api.util.interceptors.PreAuthenticationInterceptor,
org.wso2.carbon.apimgt.rest.api.util.interceptors.auth.OAuthAuthenticationInterceptor,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<init-param>
<param-name>jaxrs.inInterceptors</param-name>
<param-value>
org.wso2.carbon.apimgt.rest.api.util.interceptors.URLValidationInterceptor(majorVersion=v3 latestVersion=v3.1),
org.wso2.carbon.apimgt.rest.api.util.interceptors.URLValidationInterceptor(majorVersion=v3 latestVersion=v3.2),
org.wso2.carbon.apimgt.rest.api.util.interceptors.auth.TokenMergeInterceptor,
org.wso2.carbon.apimgt.rest.api.util.interceptors.PreAuthenticationInterceptor,
org.wso2.carbon.apimgt.rest.api.util.interceptors.auth.OAuthAuthenticationInterceptor,
Expand Down

0 comments on commit 72c6463

Please sign in to comment.