aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/resources/WEB-INF/web.xml
diff options
context:
space:
mode:
Diffstat (limited to 'controller-server/src/main/resources/WEB-INF/web.xml')
-rw-r--r--controller-server/src/main/resources/WEB-INF/web.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/controller-server/src/main/resources/WEB-INF/web.xml b/controller-server/src/main/resources/WEB-INF/web.xml
new file mode 100644
index 00000000000..f294a8eb46e
--- /dev/null
+++ b/controller-server/src/main/resources/WEB-INF/web.xml
@@ -0,0 +1,8 @@
+<?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>