[
https://issues.apache.org/jira/browse/HTTPCLIENT-1811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15848828#comment-15848828
]
Michael Osipov edited comment on HTTPCLIENT-1811 at 2/1/17 7:28 PM:
--------------------------------------------------------------------
Same opinion as Julian. This is simply a {{Basic}} problem. Other mechanisms
aren't prone to this. Moreover, this patch is incomplete. Proxy headers are
missing.
was (Author: michael-o):
Same opinion as Julian. Moreover, this patch is incomplete. Proxy headers are
missing.
> Security : Authorization header should not be printed in debug log
> -------------------------------------------------------------------
>
> Key: HTTPCLIENT-1811
> URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1811
> Project: HttpComponents HttpClient
> Issue Type: Bug
> Components: HttpClient (async)
> Reporter: Sujitha Chinnathambi
> Attachments: httpclient.patch
>
>
> Current behaviour : When https call is made with basic authentication with
> debug mode, authorization information which is transfered part of
> 'Authorization' header is getting printed in log in below artifact
> <groupId>org.apache.httpcomponents</groupId>
> <artifactId>httpclient</artifactId>
> <version>4.3.6</version>
> Example :
> org.apache.http.wire - [] >> "Authorization: Basic
> VEVTVCBLSCAwMS9TQ0hVTFVORzpzY2h1bHVuZw==[\r][\n]"
> org.apache.http.headers - [] >> Authorization: Basic
> VEVTVCBLSCAwMS9TQ0hVTFVORzpzY2h1bHVuZw==
> Expected behaiour:
> Though log level is debug, authorization information should not be printed
> in log.
> Attached httpclient.patch as proposal.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]