mirror of https://github.com/apache/activemq.git
AMQ-6781 - The ActiveMQ Web Console doesn’t support a plus (+) sign in the ClientID
This commit is contained in:
parent
22f8f88ddb
commit
680b80aa22
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue