You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Oleg Kalnichevski (JIRA)" <ji...@apache.org> on 2013/06/15 14:59:20 UTC

[jira] [Commented] (HTTPCLIENT-1374) Provide functionality to customize the logging of the http headers and wire

    [ https://issues.apache.org/jira/browse/HTTPCLIENT-1374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13684172#comment-13684172 ] 

Oleg Kalnichevski commented on HTTPCLIENT-1374:
-----------------------------------------------

Jose

The use of factory methods inside constructors is an anti-pattern. It took me a lot of effort to get rid of it in 4.3.

I think relaxing visibility on ManagedHttpClientConnectionImpl class should be a better solution. I also added a route parameter to the HttpConnectionFactory#create method [1] which should make it possible to instantiate connections differently based on the route information.

Oleg

[1] http://svn.apache.org/r1493350
                
> Provide functionality to customize the logging of the http headers and wire
> ---------------------------------------------------------------------------
>
>                 Key: HTTPCLIENT-1374
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1374
>             Project: HttpComponents HttpClient
>          Issue Type: Improvement
>          Components: HttpClient
>            Reporter: Jose L Martinez-Avial
>         Attachments: HTTPCLIENT-1374.patch
>
>
> Currently the logging of the http headers and data (wire) exchanged when doing a HTTP request/response is controlled by the logging categories org.apache.http.headers and org.apache.http.wire. The problem is that the logging cannot by customized: It is possible to setup the debug level, and change it dynamically, but those changed affect all the instances of the HttpClient, since the logger is static. So it is not possible to change the logging for a specific connections, for example.
> The patch I modifies ManagedHttpClientConnectionFactory so the loggers are created by using two protected methods getHeaderlog and getWirelog. That way the factory can be extended in order to provide diferent logges, and therefore allow to customize the logging of the http headers and data.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org