You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Christopher L. Shannon (JIRA)" <ji...@apache.org> on 2017/05/24 20:25:04 UTC

[jira] [Resolved] (AMQ-6664) XMLs in ActiveMQ admin panel are not generated properly

     [ https://issues.apache.org/jira/browse/AMQ-6664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christopher L. Shannon resolved AMQ-6664.
-----------------------------------------
       Resolution: Fixed
    Fix Version/s: 5.14.6
                   5.15.0

> 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&amp;feedType=atom_1.0"/></atom>
>     <rss><c:out value="queueBrowse/?view=rss&amp;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)