Skip to content

Commit

Permalink
LaxRedirectStrategy is the default behaviour with httpclient5
Browse files Browse the repository at this point in the history
  • Loading branch information
cachescrubber committed Jul 31, 2023
1 parent b529591 commit 09f1a17
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ public KeycloakIdentityProviderFactory(

final CredentialsStore credentialsProvider = new BasicCredentialsProvider();
HttpClientBuilder httpClientBuilder = HttpClientBuilder.create()
//.setRedirectStrategy(new LaxRedirectStrategy())
.setConnectionManager(connectionManagerBuilder.build())
.setDefaultCredentialsProvider(credentialsProvider);

Expand Down

0 comments on commit 09f1a17

Please sign in to comment.