summaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/resources
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2018-02-21 17:17:10 +0100
committerBjørn Christian Seime <bjorncs@oath.com>2018-02-21 17:17:45 +0100
commit33477b7b83c33dab18ded974a8afbcfaaf9918ca (patch)
treed382a7e83d6b2bc7e6118ff6841135769b9bc936 /controller-server/src/main/resources
parent46d56850fa4a438c509ba8c4e5e6f50ea91d53e5 (diff)
Remove unused SecurityContext wiring
Diffstat (limited to 'controller-server/src/main/resources')
-rw-r--r--controller-server/src/main/resources/WEB-INF/web.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/controller-server/src/main/resources/WEB-INF/web.xml b/controller-server/src/main/resources/WEB-INF/web.xml
deleted file mode 100644
index f294a8eb46e..00000000000
--- a/controller-server/src/main/resources/WEB-INF/web.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0"?>
-<!-- Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
-<jdisc-config>
- <init-param>
- <param-name>com.sun.jersey.spi.container.ContainerRequestFilters</param-name>
- <param-value>com.yahoo.vespa.hosted.controller.restapi.filter.securitycontext.PropagateSecurityContextFilter</param-value>
- </init-param>
-</jdisc-config>