Repository: qpid-dispatch Updated Branches: refs/heads/master 63e8a6b02 -> bee852a71
DISPATCH-159 - Additional fix to linkRoutePattern's prefix.description in qdrouterd.json Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/bee852a7 Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/bee852a7 Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/bee852a7 Branch: refs/heads/master Commit: bee852a7173d18f025bf57d60748eb05e2da3aaa Parents: 63e8a6b Author: ganeshmurthy <[email protected]> Authored: Thu Oct 8 13:29:15 2015 -0400 Committer: ganeshmurthy <[email protected]> Committed: Thu Oct 8 13:29:15 2015 -0400 ---------------------------------------------------------------------- python/qpid_dispatch/management/qdrouter.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/bee852a7/python/qpid_dispatch/management/qdrouter.json ---------------------------------------------------------------------- diff --git a/python/qpid_dispatch/management/qdrouter.json b/python/qpid_dispatch/management/qdrouter.json index 3103224..6c8dae8 100644 --- a/python/qpid_dispatch/management/qdrouter.json +++ b/python/qpid_dispatch/management/qdrouter.json @@ -805,7 +805,7 @@ "operations": ["CREATE"], "attributes": { "prefix": { - "description":"An address prefix to match against target and source addresses. From Dispatch 0.6 onwards, this pattern must be of the form '<text>/<text1>/...' or just '<text>' and matches any address that contains that prefix. For example, if the prefix is set to org/apache any address that has the prefix 'org/apache' like org/apache/dev will match. Note that a prefix must not start or end with a slash (/) and can contain zero or more slashes (/). Any characters between the slashes are simply treated as part of the address", + "description":"An address prefix to match against target and source addresses. This pattern must be of the form '<text>.<text1>.<textN>' or '<text>' or '<text>.' and matches any address that contains that prefix. For example, if the prefix is set to org.apache (or org.apache.), any address that has the prefix 'org.apache' (like org.apache.dev) will match. Note that a prefix must not start with a (.), can end in a (.) and can contain zero or more dots (.). Any characters between the dots are simply treated as part of the address", "type": "string", "required": true, "create": true --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
