summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources/schema/container.rnc
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/main/resources/schema/container.rnc')
-rw-r--r--config-model/src/main/resources/schema/container.rnc6
1 files changed, 3 insertions, 3 deletions
diff --git a/config-model/src/main/resources/schema/container.rnc b/config-model/src/main/resources/schema/container.rnc
index 71ce5df62d9..2d145e170db 100644
--- a/config-model/src/main/resources/schema/container.rnc
+++ b/config-model/src/main/resources/schema/container.rnc
@@ -16,9 +16,9 @@ Server = element server {
}
AccessControl = element access-control {
- attribute domain { xsd:NCName }? & # TODO(tokle,bjorncs) Remove after Vespa 8
- attribute read { string "true" | string "false" }? & # TODO(tokle,bjorncs) Remove after Vespa 8
- attribute write { string "true" | string "false" }? & # TODO(tokle,bjorncs) Remove after Vespa 8
+ attribute domain { xsd:NCName }? & # TODO(tokle,bjorncs) Vespa > 8: Remove
+ attribute read { string "true" | string "false" }? & # TODO(tokle,bjorncs) Vespa > 8: Remove
+ attribute write { string "true" | string "false" }? & # TODO(tokle,bjorncs) Vespa > 8: Remove
attribute tls-handshake-client-auth {string "want" | string "need"}? &
element exclude {
Binding+