You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by de...@apache.org on 2010/03/26 15:29:38 UTC

svn commit: r927868 - /activemq/trunk/activemq-web-console/src/main/webapp/topics.jsp

Author: dejanb
Date: Fri Mar 26 14:29:37 2010
New Revision: 927868

URL: http://svn.apache.org/viewvc?rev=927868&view=rev
Log:
https://issues.apache.org/activemq/browse/AMQ-2675 - topic.jsp post method

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

Modified: activemq/trunk/activemq-web-console/src/main/webapp/topics.jsp
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-web-console/src/main/webapp/topics.jsp?rev=927868&r1=927867&r2=927868&view=diff
==============================================================================
--- activemq/trunk/activemq-web-console/src/main/webapp/topics.jsp (original)
+++ activemq/trunk/activemq-web-console/src/main/webapp/topics.jsp Fri Mar 26 14:29:37 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"]}'/>"/>