// Protection
if (webProcessor == null) {
// Instantiate Web processor
if ((maxConnectionsPerHost != -1) && (maxTotalConnections != -1)) {
webProcessor =
new WebProcessor(maxConnectionsPerHost, maxTotalConnections);
} else {
webProcessor = new WebProcessor();
}
}
//
// Launch the authentication process