On Thu, 2011-07-14 at 10:11 -0400, Bill Speirs wrote: > Sorry for the taking so long to respond... > > > Different people tend to prefer different logging frameworks and there > > is no way to make everyone happy. One can still add logging support > > relatively easy by using logging classes from the contrib package: > > > > http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/httpcore-contrib/src/main/java/org/apache/http/contrib/logging/ > > > > You would need to implement a custom IOEventDispatch in order to use > > custom HTTP connection class instead of the default one. > > I realize that logging can sometimes be a contentious issue and I'm > not trying to pick a fight; however, the choice to use Apache Commons > logging for the Http Client and I'm not sure why that same decision > wouldn't simply be extended to the server? Maybe I'm in the minority > that is using both client and server together so the beautiful support > of logging in the client and lack of such logging in the server is > more striking to me than others. So one last plea to extend Apache > Commons logging to the server. I'd be willing to help with this effort > as well... > > Bill- >
Hi Bill HttpCore is just a bunch of low level components. It is neither a fully functional server, nor a client, nor a proxy. It is a toolkit people can use to build their own custom HTTP services. HttpClient is one example of a higher level service on top of a common transport. If you are willing to invest some time and efforts into putting together a small embeddable HTTP server based on HttpCore, I would happily help you with making it a foundation of a new module within HttpComponents. Cheers Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
