aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/main/resources
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2020-05-29 09:45:00 +0200
committerHarald Musum <musum@verizonmedia.com>2020-05-29 09:45:00 +0200
commit823c28a5eceab97d101082b0792b3a78c495f52c (patch)
treeee90a11d2c07424cf511934cf5093e41667a4a1e /configserver/src/main/resources
parentc2f0bf7951099883154696d9cc040383463ec676 (diff)
Remove unused API
* PUT /application/v2/tenant/*/session/*/prepareandactivate was a step towards POST /application/v2/tenant/*/prepareandactivate and has not been used or tested for a long time, it has never been been documented either. * Fixed an issue with how we get tenant from request * Simplified SessionPrepareAndActivateResponse
Diffstat (limited to 'configserver/src/main/resources')
-rw-r--r--configserver/src/main/resources/configserver-app/services.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/configserver/src/main/resources/configserver-app/services.xml b/configserver/src/main/resources/configserver-app/services.xml
index 0cd283ca62b..d3b39e572ee 100644
--- a/configserver/src/main/resources/configserver-app/services.xml
+++ b/configserver/src/main/resources/configserver-app/services.xml
@@ -106,7 +106,6 @@
</handler>
<handler id='com.yahoo.vespa.config.server.http.v2.ApplicationApiHandler' bundle='configserver'>
<binding>http://*/application/v2/tenant/*/prepareandactivate</binding>
- <binding>http://*/application/v2/tenant/*/session/*/prepareandactivate</binding>
</handler>
<handler id='com.yahoo.vespa.config.server.http.v2.SessionContentHandler' bundle='configserver'>
<binding>http://*/application/v2/tenant/*/session/*/content/*</binding>