Skip to content

Commit

Permalink
[JENKINS-69932] Log in: This URL requires POST (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuisathaverat committed Oct 24, 2022
1 parent 4f342c3 commit 1889bef
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -251,7 +251,6 @@ public String getLoginUrl() {
* @return the http response.
*/
@SuppressWarnings("unused")
@RequirePOST
public HttpResponse doCommenceLogin(final StaplerRequest request, final StaplerResponse response, @QueryParameter
String from, @Header("Referer") final String referer) {
LOG.fine("SamlSecurityRealm.doCommenceLogin called. Using consumerServiceUrl " + getSamlPluginConfig().getConsumerServiceUrl());
Expand Down

0 comments on commit 1889bef

Please sign in to comment.