mirror of https://github.com/apache/activemq.git
AMQ-4998: apply fix from Guilhem RAMBAL. Added use of "<c:out>" to propery html-encode the output.
This commit is contained in:
parent
4ca5519e9b
commit
dcbac84a8c
|
@ -62,7 +62,8 @@
|
|||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Network TTL</th>
|
||||
<th>Message TTL</th>
|
||||
<th>Consumer TTL</th>
|
||||
<th>Dynamic Only</th>
|
||||
<th>Conduit Subscriptions</th>
|
||||
<th>Bridge Temps</th>
|
||||
|
@ -74,7 +75,8 @@
|
|||
<c:forEach items="${requestContext.brokerQuery.networkConnectors}" var="nc">
|
||||
<tr>
|
||||
<td><c:out value="${nc.name}" /></td>
|
||||
<td><c:out value="${nc.networkTTL}" /></td>
|
||||
<td><c:out value="${nc.messageTTL}" /></td>
|
||||
<td><c:out value="${nc.consumerTTL}" /></td>
|
||||
<td><c:out value="${nc.dynamicOnly}" /></td>
|
||||
<td><c:out value="${nc.conduitSubscriptions}" /></td>
|
||||
<td><c:out value="${nc.bridgeTempDestinations}" /></td>
|
||||
|
|
Loading…
Reference in New Issue