src/java.base/share/native/libjava/System.c

Print this page

        

*** 312,322 **** // Mac OS X only has a single proxy exception list which applies // to all protocols if (sprops->exceptionList) { PUTPROP(props, "http.nonProxyHosts", sprops->exceptionList); - // HTTPS: implementation in jsse.jar uses http.nonProxyHosts PUTPROP(props, "ftp.nonProxyHosts", sprops->exceptionList); PUTPROP(props, "socksNonProxyHosts", sprops->exceptionList); } #endif --- 312,321 ----