Repository: activemq
Updated Branches:
  refs/heads/activemq-5.15.x 3ec0831b0 -> d25de5d8c


AMQ-5976 - sanitise filter display

(cherry picked from commit dd3cac8f6cba7a568dfc70b1210f649c1013e01b)


Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/d25de5d8
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/d25de5d8
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/d25de5d8

Branch: refs/heads/activemq-5.15.x
Commit: d25de5d8c358b3665a2d8a5c29b5487c1a353184
Parents: 3ec0831
Author: gtully <gary.tu...@gmail.com>
Authored: Wed Jul 4 12:04:19 2018 +0100
Committer: gtully <gary.tu...@gmail.com>
Committed: Wed Jul 25 11:57:00 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/d25de5d8/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>

Reply via email to