Hello,

I don't have the commit rights for HttpClient (I think), so I can't fix this myself, 
but in HttpMethodBase there is an erroneous log statement:

public int execute(HttpState state, HttpConnection connection) throws HttpException, 
IOException {
        log.debug("HttpMethodBase.execute(HttpState,HttpConnection,HashMap)");

...
...

That log statement should probably be:

log.debug("HttpMethodBase.execute(HttpState,HttpConnection)");

Otis


_________________________________________________________________
iVillage.com: Solutions for Your Life 
Check out the most exciting women's community on the Web   
http://www.ivillage.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to