You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cs...@apache.org on 2018/09/04 10:38:05 UTC

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

Repository: activemq
Updated Branches:
  refs/heads/activemq-5.15.x eaf0d6547 -> 2373aa132


[AMQ-6954] encode the QueueFilter field value also

(cherry picked from commit d8c80a98212ee5d73a281483a2f8b3f517465f62)


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

Branch: refs/heads/activemq-5.15.x
Commit: 2373aa1320dec90a60d69001adcb0ce856d61d10
Parents: eaf0d65
Author: artnaseef <ar...@apache.org>
Authored: Tue Aug 7 14:39:38 2018 -0700
Committer: Christopher L. Shannon (cshannon) <ch...@gmail.com>
Committed: Tue Sep 4 06:37:47 2018 -0400

----------------------------------------------------------------------
 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/2373aa13/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>