aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/schema-test-files/services.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2017-11-14 17:34:14 +0100
committerBjørn Christian Seime <bjorncs@oath.com>2017-11-14 17:34:14 +0100
commiteed46ca2384f088132d776fd88520ddf1a0b194f (patch)
tree23f44af7c72f6f3b0df7e22a27b5962f6e072dea /config-model/src/test/schema-test-files/services.xml
parent59f7db352ea4ef2dd6a96fe986a18b61f28211f7 (diff)
Support custom SslKeyStoreConfigurator implementation in services.xml
Diffstat (limited to 'config-model/src/test/schema-test-files/services.xml')
-rw-r--r--config-model/src/test/schema-test-files/services.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/config-model/src/test/schema-test-files/services.xml b/config-model/src/test/schema-test-files/services.xml
index 380ce7f5a3d..88983103616 100644
--- a/config-model/src/test/schema-test-files/services.xml
+++ b/config-model/src/test/schema-test-files/services.xml
@@ -111,7 +111,9 @@
</request-chain>
</filtering>
- <server port="4080" id="myServer" />
+ <server port="4080" id="myServer">
+ <ssl-keystore-configurator class="com.yahoo.MySslKeyStoreConfigurator" bundle="mybundle" />
+ </server>
<server port="4081" id="anotherServer">
<config name="container.jdisc.config.http-server">
<maxChunkSize>9999</maxChunkSize>