Commit f9fc81d9 authored by Greg Messner's avatar Greg Messner
Browse files

Added Proxy-Authorization to default masked header names.

parent 7122c0c0
...@@ -47,7 +47,7 @@ public class MaskingLoggingFilter implements ClientRequestFilter, ClientResponse ...@@ -47,7 +47,7 @@ public class MaskingLoggingFilter implements ClientRequestFilter, ClientResponse
* Default list of header names that should be masked. * Default list of header names that should be masked.
*/ */
public static final List<String> DEFAULT_MASKED_HEADER_NAMES = public static final List<String> DEFAULT_MASKED_HEADER_NAMES =
Collections.unmodifiableList(Arrays.asList("PRIVATE-TOKEN", "Authorization")); Collections.unmodifiableList(Arrays.asList("PRIVATE-TOKEN", "Authorization", "Proxy-Authorization"));
/** /**
* Prefix for request log entries. * Prefix for request log entries.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment