static void finest(Exception e) {
   PlatformLogger logger = HttpURLConnection.getHttpLogger();
   if (logger.isLoggable(PlatformLogger.Level.FINEST)) {
     logger.finest("NTLMAuthenticationProxy: " + e);
   }
 }