diff options
author | Keith Wall <kwall@apache.org> | 2014-07-22 10:12:46 +0000 |
---|---|---|
committer | Keith Wall <kwall@apache.org> | 2014-07-22 10:12:46 +0000 |
commit | ebc6fa08b6ee5fb693da1443285c8da7daa1d0f2 (patch) | |
tree | 58d9eaf4fef91b7fd313b65e35dbd59fbb704472 /java/broker-core/src | |
parent | cbc9c9f2384cd07db7a120f94f81f54e3bd303a1 (diff) | |
download | qpid-python-ebc6fa08b6ee5fb693da1443285c8da7daa1d0f2.tar.gz |
QPID-5903: Apply json escaping mechanism to virtualhost blueprints used in initial-config.json and test-profiles
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1612530 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/broker-core/src')
-rw-r--r-- | java/broker-core/src/main/resources/initial-config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/broker-core/src/main/resources/initial-config.json b/java/broker-core/src/main/resources/initial-config.json index a7c00da02e..5922ba0319 100644 --- a/java/broker-core/src/main/resources/initial-config.json +++ b/java/broker-core/src/main/resources/initial-config.json @@ -57,7 +57,7 @@ "type" : "JSON", "storePath" : "${qpid.work_dir}/default/config", "context" : { - "virtualhostBlueprint" : "{ \"type\" : \"DERBY\", \"storePath\" : \"${qpid.work_dir}/default/messages\" }" + "virtualhostBlueprint" : "{ \"type\" : \"DERBY\", \"storePath\" : \"${json:qpid.work_dir}/default/messages\" }" } } ], "plugins" : [ { |