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

Added Proxy-Authorization to default masked header names.

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -47,7 +47,7 @@ public class MaskingLoggingFilter implements ClientRequestFilter, ClientResponse
* Default list of header names that should be masked.
*/
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.
......
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