mirror of https://github.com/apache/activemq.git
https://issues.apache.org/activemq/browse/AMQ-2675 - topic.jsp post method
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@927868 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
aef23f94f3
commit
55be01fb55
|
@ -21,7 +21,7 @@
|
|||
<body>
|
||||
|
||||
<div>
|
||||
<form action="createDestination.action" method="get">
|
||||
<form action="createDestination.action" method="post">
|
||||
<input type="hidden" name="JMSDestinationType" value="topic"/>
|
||||
<input type="hidden" name="secret" value="<c:out value='${sessionScope["secret"]}'/>"/>
|
||||
|
||||
|
|
Loading…
Reference in New Issue