src/share/classes/sun/net/www/protocol/http/NTLMAuthenticationProxy.java

Print this page

        

*** 140,149 **** return null; } static void finest(Exception e) { PlatformLogger logger = HttpURLConnection.getHttpLogger(); ! if (logger.isLoggable(PlatformLogger.FINEST)) { logger.finest("NTLMAuthenticationProxy: " + e); } } } --- 140,149 ---- return null; } static void finest(Exception e) { PlatformLogger logger = HttpURLConnection.getHttpLogger(); ! if (logger.isLoggable(PlatformLogger.Level.FINEST)) { logger.finest("NTLMAuthenticationProxy: " + e); } } }