You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switching to JdkClientHttpRequestFactory as our default has interesting implications when it comes to following redirects. By default, JdkClientHttpRequestFactory does not where as SimpleClientHttpRequestFactory does. We should consider carefully what our default should be and if we want to offer a quick way to change it.