Author: dejanb
Date: Mon Apr 26 10:57:00 2010
New Revision: 937996

URL: http://svn.apache.org/viewvc?rev=937996&view=rev
Log:
https://issues.apache.org/activemq/browse/AMQ-2675 - web console topic form

Modified:
    
activemq/branches/activemq-5.3/activemq-web-console/src/main/webapp/topics.jsp

Modified: 
activemq/branches/activemq-5.3/activemq-web-console/src/main/webapp/topics.jsp
URL: 
http://svn.apache.org/viewvc/activemq/branches/activemq-5.3/activemq-web-console/src/main/webapp/topics.jsp?rev=937996&r1=937995&r2=937996&view=diff
==============================================================================
--- 
activemq/branches/activemq-5.3/activemq-web-console/src/main/webapp/topics.jsp 
(original)
+++ 
activemq/branches/activemq-5.3/activemq-web-console/src/main/webapp/topics.jsp 
Mon Apr 26 10:57:00 2010
@@ -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"]}'/>"/>
 


Reply via email to