Sam Berlin wrote: > On Wed, Apr 30, 2008 at 9:55 AM, [EMAIL PROTECTED] wrote: >> I'm having problems related to HttpClient using a static protocol >> registry. > > HttpClient 4.0 is redesigned such that there is no longer a global > static Protocol registry (among many other nice redesigns). If > possible, I suggest migrating to 4.0.
Good, I'm looking forward to that. Unfortunately, for now, I'm stuck with 3.x unless 4.0 is binary compatible. > Alternately, if you must stick with 3.0, you can try to manually > modify the calls to executeMethod so that the URIs have the > protocol hacked out, ie changing myprotocol://host.com to host.com, > and passing a custom protocol. I'll look into doing that. Cheers, Raman Gupta --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
