[
https://issues.apache.org/jira/browse/AMQ-5184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wawan updated AMQ-5184:
-----------------------
Description:
When using the old web console, moving a message from a queue to another is not
possible anymore.
This is a regression related to queue selection combo box sorting.
The bug is located in webapps/admin/message.jsp
Version 5.9.1
<td><a href="<c:url value="javascript:confirmAction('queue',
'moveMessage.action?destination=%target%&JMSDestination=${requestContext.messageQuery.JMSDestination}&messageId=${row.JMSMessageID}&JMSDestinationType=queue&secret=${sessionScope['secret']})"/>"
Fix: (location at the end of the row, one quote missing and one parenthese
misplaced )
<td><a href="<c:url value="javascript:confirmAction('queue',
'moveMessage.action?destination=%target%&JMSDestination=${requestContext.messageQuery.JMSDestination}&messageId=${row.JMSMessageID}&JMSDestinationType=queue&secret=${sessionScope['secret']}"/>')"
was:
When using the old web console, moving a message from a queue to another is not
possible anymore.
The bug is located in webapps/admin/message.jsp
Version 5.9.1
<td><a href="<c:url value="javascript:confirmAction('queue',
'moveMessage.action?destination=%target%&JMSDestination=${requestContext.messageQuery.JMSDestination}&messageId=${row.JMSMessageID}&JMSDestinationType=queue&secret=${sessionScope['secret']})"/>"
Fix: (location at the end of the row, one quote missing and one parenthese
misplaced )
<td><a href="<c:url value="javascript:confirmAction('queue',
'moveMessage.action?destination=%target%&JMSDestination=${requestContext.messageQuery.JMSDestination}&messageId=${row.JMSMessageID}&JMSDestinationType=queue&secret=${sessionScope['secret']}"/>')"
> Old WebConsole Move function does not work
> ------------------------------------------
>
> Key: AMQ-5184
> URL: https://issues.apache.org/jira/browse/AMQ-5184
> Project: ActiveMQ
> Issue Type: Bug
> Components: webconsole
> Affects Versions: 5.9.1
> Environment: Linux Ubuntu
> Tests done with Firefox / chromium / IE 8.0
> Reporter: Wawan
>
> When using the old web console, moving a message from a queue to another is
> not possible anymore.
> This is a regression related to queue selection combo box sorting.
> The bug is located in webapps/admin/message.jsp
> Version 5.9.1
> <td><a href="<c:url value="javascript:confirmAction('queue',
> 'moveMessage.action?destination=%target%&JMSDestination=${requestContext.messageQuery.JMSDestination}&messageId=${row.JMSMessageID}&JMSDestinationType=queue&secret=${sessionScope['secret']})"/>"
> Fix: (location at the end of the row, one quote missing and one parenthese
> misplaced )
> <td><a href="<c:url value="javascript:confirmAction('queue',
> 'moveMessage.action?destination=%target%&JMSDestination=${requestContext.messageQuery.JMSDestination}&messageId=${row.JMSMessageID}&JMSDestinationType=queue&secret=${sessionScope['secret']}"/>')"
--
This message was sent by Atlassian JIRA
(v6.2#6252)