You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ar...@apache.org on 2018/08/07 21:42:05 UTC

activemq git commit: [AMQ-6954] encode the QueueFilter field value also

Repository: activemq
Updated Branches:
  refs/heads/master 8fb3b2352 -> d8c80a982


[AMQ-6954] encode the QueueFilter field value also


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

Branch: refs/heads/master
Commit: d8c80a98212ee5d73a281483a2f8b3f517465f62
Parents: 8fb3b23
Author: artnaseef <ar...@apache.org>
Authored: Tue Aug 7 14:39:38 2018 -0700
Committer: artnaseef <ar...@apache.org>
Committed: Tue Aug 7 14:39:55 2018 -0700

----------------------------------------------------------------------
 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/d8c80a98/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 b77075d..27521a6 100644
--- a/activemq-web-console/src/main/webapp/queues.jsp
+++ b/activemq-web-console/src/main/webapp/queues.jsp
@@ -46,7 +46,7 @@
 <div>
 <form action="queues.jsp" method="get">
     <label name="destination">Queue Name Filter</label>
-    <input type="text" name="QueueFilter" value="${param.QueueFilter}"/>
+    <input type="text" name="QueueFilter" value="<c:out value='${param.QueueFilter}'/>"/>
 
     <input type="submit" value="Filter"/>
 </form>