Repository: activemq Updated Branches: refs/heads/trunk c8402a6e3 -> ec249f4da
AMQ-4175: correct the syntax on the message-view "move" operation so clicking the link works properly. Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/ec249f4d Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/ec249f4d Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/ec249f4d Branch: refs/heads/trunk Commit: ec249f4dac29b0b566703b9235f25aacfa2b6ac6 Parents: c8402a6 Author: artnaseef <[email protected]> Authored: Sat Feb 15 20:13:32 2014 -0700 Committer: artnaseef <[email protected]> Committed: Sat Feb 15 20:13:32 2014 -0700 ---------------------------------------------------------------------- activemq-web-console/src/main/webapp/message.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/ec249f4d/activemq-web-console/src/main/webapp/message.jsp ---------------------------------------------------------------------- diff --git a/activemq-web-console/src/main/webapp/message.jsp b/activemq-web-console/src/main/webapp/message.jsp index ea04456..babd967 100644 --- a/activemq-web-console/src/main/webapp/message.jsp +++ b/activemq-web-console/src/main/webapp/message.jsp @@ -172,7 +172,7 @@ No message could be found for ID <c:out value="${requestContext.messageQuery.id} </tr> <tr class="odd"> - <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']})"/>" + <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']}"/>')" >Move</a></td> </tr> </tbody>
