Help!  I'm in "jar hell" (again).  Apparently, HttpClient v2.0.2 and
3.0.1(current stable release) are not binary compatible.  They
introduced
setParams()/getParams() methods into the HttpConnectionManager interface.
However, VFS' WebdavConnectionManager doesn't implement these methods and it
can't unless it upgrades its dependency to HttpClient 3.0.1, since the
property type of the "params" property isn't introduced until 3.0.1.  This
causes a major issue, because my project requires the 3.0.1 version of
HttpClient, but we're also using VFS' webdav support, so we're required to
stick with HttpClient 2.0.2 to resolve this issue.  Any suggestions?

Reply via email to