Repository: activemq Updated Branches: refs/heads/master d535e3494 -> dd3cac8f6
AMQ-5976 - sanitise filter display Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/dd3cac8f Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/dd3cac8f Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/dd3cac8f Branch: refs/heads/master Commit: dd3cac8f6cba7a568dfc70b1210f649c1013e01b Parents: d535e34 Author: gtully <[email protected]> Authored: Wed Jul 4 12:04:19 2018 +0100 Committer: gtully <[email protected]> Committed: Wed Jul 4 12:04:19 2018 +0100 ---------------------------------------------------------------------- activemq-web-console/src/main/webapp/queues.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/dd3cac8f/activemq-web-console/src/main/webapp/queues.jsp ---------------------------------------------------------------------- diff --git a/activemq-web-console/src/main/webapp/queues.jsp b/activemq-web-console/src/main/webapp/queues.jsp index 17c0a72..b77075d 100644 --- a/activemq-web-console/src/main/webapp/queues.jsp +++ b/activemq-web-console/src/main/webapp/queues.jsp @@ -54,7 +54,7 @@ </tr> </table> -<h2>Queues:<c:if test="${null != param.QueueFilter && param.QueueFilter != ''}"> (filter='${param.QueueFilter}')</c:if></h2> +<h2>Queues:<c:if test="${null != param.QueueFilter && param.QueueFilter != ''}"> (filter="<c:out value='${param.QueueFilter}'/>")</c:if></h2> <table id="queues" class="sortable autostripe"> <thead>
