Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #1281 from daniel-beck/JENKINS-23094
[FIXED JENKINS-23094] Use POST to start slave agent
  • Loading branch information
olivergondza committed Jun 16, 2014
2 parents 2fa74ce + 90337f0 commit d743dd6
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 d743dd6

Please sign in to comment.