Skip to content

Commit

Permalink
[AMQ-6954] encode the QueueFilter field value also
Browse files Browse the repository at this point in the history
(cherry picked from commit d8c80a9)
  • Loading branch information
artnaseef authored and cshannon committed Sep 4, 2018
1 parent eaf0d65 commit 2373aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activemq-web-console/src/main/webapp/queues.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 2373aa1

Please sign in to comment.