We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c2191 commit 42bcee2Copy full SHA for 42bcee2
client/src/main/java/org/asynchttpclient/DefaultAsyncHttpClientConfig.java
@@ -808,7 +808,7 @@ public static class Builder {
808
private boolean useProxySelector = defaultUseProxySelector();
809
private boolean useProxyProperties = defaultUseProxyProperties();
810
private boolean validateResponseHeaders = defaultValidateResponseHeaders();
811
- private boolean stripAuthorizationOnRedirect; // default value
+ private boolean stripAuthorizationOnRedirect = false; // default value
812
813
// websocket
814
private boolean aggregateWebSocketFrameFragments = defaultAggregateWebSocketFrameFragments();
0 commit comments