From 5606630b4fff2b8a82b180b7d86c291fb6f24c05 Mon Sep 17 00:00:00 2001 From: Andrew MacBean Date: Mon, 25 Aug 2014 14:40:52 +0000 Subject: NO-JIRA: added colon character to the web UI context variable regex pattern to allow use of namespace git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1620329 13f79535-47bb-0310-9956-ffa450edef68 --- .../management-http/src/main/java/resources/js/qpid/common/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/java/broker-plugins/management-http/src') diff --git a/qpid/java/broker-plugins/management-http/src/main/java/resources/js/qpid/common/util.js b/qpid/java/broker-plugins/management-http/src/main/java/resources/js/qpid/common/util.js index f9a22b8767..c00c4d10e3 100644 --- a/qpid/java/broker-plugins/management-http/src/main/java/resources/js/qpid/common/util.js +++ b/qpid/java/broker-plugins/management-http/src/main/java/resources/js/qpid/common/util.js @@ -713,7 +713,7 @@ define(["dojo/_base/xhr", } } - var singleContextVarRegexp = "(\\${[\\w\\.\\-]+})"; + var singleContextVarRegexp = "(\\${[\\w+\\.\\-:]+})"; util.numericOrContextVarRegexp = function(constraints) { -- cgit v1.2.1