Skip to content

Commit

Permalink
Merge pull request #100 from jglick/getPostLogOutUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlatombe authored Dec 19, 2023
2 parents 8970ec6 + 2ba351e commit 0b5cc72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public Authentication authenticate(Authentication authentication) throws Authent

@Override
protected String getPostLogOutUrl(StaplerRequest req, Authentication auth) {
return "securityRealm/loggedOut";
return req.getContextPath() + "/securityRealm/loggedOut";

Check warning on line 180 in src/main/java/org/jenkinsci/plugins/googlelogin/GoogleOAuth2SecurityRealm.java

View check run for this annotation

ci.jenkins.io / Code Coverage

Not covered line

Line 180 is not covered by tests
}

/**
Expand Down

0 comments on commit 0b5cc72

Please sign in to comment.