提交 d743dd6c 编写于 作者: O Oliver Gondža

Merge pull request #1281 from daniel-beck/JENKINS-23094

[FIXED JENKINS-23094] Use POST to start slave agent
......@@ -33,7 +33,7 @@ THE SOFTWARE.
</p>
<l:hasPermission permission="${it.CONNECT}">
<form method="get" action="launchSlaveAgent">
<form method="post" action="launchSlaveAgent">
<f:submit value="${%Relaunch slave agent}" />
</form>
</l:hasPermission>
......@@ -41,7 +41,7 @@ THE SOFTWARE.
<j:otherwise>
<l:hasPermission permission="${it.CONNECT}">
<form method="get" action="launchSlaveAgent">
<form method="post" action="launchSlaveAgent">
<f:submit value="${%Launch slave agent}" />
</form>
</l:hasPermission>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册