Skip to content

Commit

Permalink
[AMQ-6954] encode the QueueFilter field value also
Browse files Browse the repository at this point in the history
  • Loading branch information
artnaseef committed Aug 7, 2018
1 parent 8fb3b23 commit d8c80a9
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 d8c80a9

Please sign in to comment.