" (" + description.getVendorURL() + ") " + System.getProperty("java.version"));
// Create and initialize caching authenticator
IPersistenceManager persistenceManager = PersistenceManagerConfig.getManager();
IPasswordsRepository passwordsRepository = persistenceManager.getPasswordsRepository();
Authenticator.setDefault(new CachingAuthenticator(passwordsRepository));
// This is a very kludgy way to propagate default reading and connection timeouts.
// It's the only way for now (JRE 1.4.x) to let this values be used when running under JWS.
// NOTE: NetworkClient is not part of public API and can be removed/changed in a future.
new NetworkClient()