Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[FIXED JENKINS-23094] Use POST to start slave agent
(cherry picked from commit 90337f0)
  • Loading branch information
daniel-beck authored and olivergondza committed Aug 6, 2014
1 parent 2f718f4 commit ee1d6ab
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -33,15 +33,15 @@ 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>
</j:when>

<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>
Expand Down

0 comments on commit ee1d6ab

Please sign in to comment.