aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/main/resources
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2021-04-29 16:48:30 +0200
committerGitHub <noreply@github.com>2021-04-29 16:48:30 +0200
commit6e8b76060ae6ef2b9b07377a4c18de40ecd754f9 (patch)
treebc9b038646f10c74cea284976404055e33cc1fb2 /configserver/src/main/resources
parent2a8254e4a8e61916974016a6d9933cd406443096 (diff)
Revert "Support loadbalancer/v1 and application/v2/tenant without trailing slash"
Diffstat (limited to 'configserver/src/main/resources')
-rw-r--r--configserver/src/main/resources/configserver-app/services.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/configserver/src/main/resources/configserver-app/services.xml b/configserver/src/main/resources/configserver-app/services.xml
index 73aa5db98e4..fd8bda8f305 100644
--- a/configserver/src/main/resources/configserver-app/services.xml
+++ b/configserver/src/main/resources/configserver-app/services.xml
@@ -102,7 +102,8 @@
<binding>http://*/status</binding>
</handler>
<handler id='com.yahoo.vespa.config.server.http.v2.TenantHandler' bundle='configserver'>
- <binding>http://*/application/v2/tenant*</binding>
+ <binding>http://*/application/v2/tenant/</binding>
+ <binding>http://*/application/v2/tenant/*</binding>
</handler>
<handler id='com.yahoo.vespa.config.server.http.v2.SessionCreateHandler' bundle='configserver'>
<binding>http://*/application/v2/tenant/*/session</binding>