AMQ-6781 - The ActiveMQ Web Console doesn’t support a plus (+) sign in the ClientID

This commit is contained in:
Sami Nurminen 2017-12-21 21:50:11 +02:00
parent 22f8f88ddb
commit 680b80aa22
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,8 @@
<jms:forEachConnection broker="${requestContext.brokerQuery}" connectorName="${connectorName}"
connection="con" connectionName="conName">
<tr>
<td><a href="<c:url value='connection.jsp?connectionID=${conName}' />"><c:out value="${conName}" /></a></td>
<td><a href="<c:url value='connection.jsp'><c:param name='connectionID' value='${conName}' /></c:url>"><c:out value="${conName}" /></a></td>
<td><c:out value="${con.remoteAddress}" /></td>
<td><c:out value="${con.active}" /></td>
<td><c:out value="${con.slow}" /></td>
@ -56,7 +57,6 @@
</table>
</c:forEach>
<div style="margin-top: 5em">
<h2>Network Connectors</h2>