Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 42bcee2

Browse files
hyperxproCopilot
andauthoredMay 10, 2025··
Update client/src/main/java/org/asynchttpclient/DefaultAsyncHttpClientConfig.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 00c2191 commit 42bcee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎client/src/main/java/org/asynchttpclient/DefaultAsyncHttpClientConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ public static class Builder {
808808
private boolean useProxySelector = defaultUseProxySelector();
809809
private boolean useProxyProperties = defaultUseProxyProperties();
810810
private boolean validateResponseHeaders = defaultValidateResponseHeaders();
811-
private boolean stripAuthorizationOnRedirect; // default value
811+
private boolean stripAuthorizationOnRedirect = false; // default value
812812

813813
// websocket
814814
private boolean aggregateWebSocketFrameFragments = defaultAggregateWebSocketFrameFragments();

0 commit comments

Comments
 (0)
Please sign in to comment.