Skip to content

Commit f9fc81d

Browse files
committed
Added Proxy-Authorization to default masked header names.
1 parent 7122c0c commit f9fc81d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/gitlab4j/api/utils/MaskingLoggingFilter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public class MaskingLoggingFilter implements ClientRequestFilter, ClientResponse
4747
* Default list of header names that should be masked.
4848
*/
4949
public static final List<String> DEFAULT_MASKED_HEADER_NAMES =
50-
Collections.unmodifiableList(Arrays.asList("PRIVATE-TOKEN", "Authorization"));
50+
Collections.unmodifiableList(Arrays.asList("PRIVATE-TOKEN", "Authorization", "Proxy-Authorization"));
5151

5252
/**
5353
* Prefix for request log entries.

0 commit comments

Comments
 (0)