[
https://issues.apache.org/jira/browse/AMQ-6664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16023625#comment-16023625
]
ASF subversion and git services commented on AMQ-6664:
------------------------------------------------------
Commit 908ef647289a80a6fec500a6d37dd59059dccfbd in activemq's branch
refs/heads/activemq-5.14.x from [~cshannon]
[ https://git-wip-us.apache.org/repos/asf?p=activemq.git;h=908ef64 ]
AMQ-6664 - Adding missing header tag to JSP files
Also fixing JSP comments. This fix is a follow on to
AMQ-6620
(cherry picked from commit 04b60cb188932a91be9f59d6cda09290219d8a45)
> XMLs in ActiveMQ admin panel are not generated properly
> -------------------------------------------------------
>
> Key: AMQ-6664
> URL: https://issues.apache.org/jira/browse/AMQ-6664
> Project: ActiveMQ
> Issue Type: Bug
> Components: webconsole
> Affects Versions: 5.14.5
> Reporter: Jacek K.
> Assignee: Christopher L. Shannon
> Fix For: 5.15.0, 5.14.6
>
>
> Start ActiveMQ 5.14.5 and go to http://127.0.0.1:8161/admin/xml/queues.jsp
> Instead of
> {code}<queues></queues>{code}
> you get raw template:
> {code}
> <queues>
> <c:forEach items="[]" var="row">
> <queue name="<c:out value="" />">
> <stats size=""
> consumerCount=""
> enqueueCount=""
> dequeueCount=""/>
> <feed>
> <atom><c:out value="queueBrowse/?view=rss&feedType=atom_1.0"/></atom>
> <rss><c:out value="queueBrowse/?view=rss&feedType=rss_2.0"/></rss>
> </feed>
> </queue>
> </c:forEach>
> </queues>{code}
> This worked fine in AcitveMQ 5.14.4 and earlier.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)