Oleg Kalnichevski wrote:

<>...
St.Ack,

Could you retest HttpClient 3.0a3 with IBM JRE and let us know if the
problem still persists?

No problem.  Soon as its available.

}
public int execute(HttpState state, HttpConnection conn) throws HttpException, IOException {
return super.execute(state, new HeritixConnectionWrapper(conn));
}
}


It's ugly but should prevent you from having to patch HttpClient. A
better solution would be a pluggable HttpConnection implementation. This
will have to wait until 4.0, though


I think we'll wait on 4.0. Doing the wrap, while possible, means bringing forward to the subclass loads of code from the parent. Current (ugly) overlay with little patch seems more maintainable.

Thanks again,
St.Ack

Oleg


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





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



Reply via email to