is there an easy way in httpclient to get rid of commons logging
dependencies?
i'd ideally like to include a stub jar or something since i'm using
httpclient in an applet.

even with this:

        System.setProperty("org.apache.commons.logging.Log",
               "org.apache.commons.logging.impl.SimpleLog");

i get requests to the server for a number of class files that do not exist
from the
applet classloader, which causes a bunch of exceptions to be thrown because
my app framework is being asked to interpret those requests.  i could try to
divert
the requests in apache or something, but i thought i would ask the
httpclient experts
first.  what's the best approach here?

thanks,

   jon

Reply via email to