jdk/src/java.base/share/native/libjava/System.c
changeset 27565 729f9700483a
parent 25859 3317bb8137f4
child 30819 45d6fd3af6ac
equal deleted inserted replaced
27564:eaaa79b68cd5 27565:729f9700483a
   312 
   312 
   313     // Mac OS X only has a single proxy exception list which applies
   313     // Mac OS X only has a single proxy exception list which applies
   314     // to all protocols
   314     // to all protocols
   315     if (sprops->exceptionList) {
   315     if (sprops->exceptionList) {
   316         PUTPROP(props, "http.nonProxyHosts", sprops->exceptionList);
   316         PUTPROP(props, "http.nonProxyHosts", sprops->exceptionList);
   317         // HTTPS: implementation in jsse.jar uses http.nonProxyHosts
       
   318         PUTPROP(props, "ftp.nonProxyHosts", sprops->exceptionList);
   317         PUTPROP(props, "ftp.nonProxyHosts", sprops->exceptionList);
   319         PUTPROP(props, "socksNonProxyHosts", sprops->exceptionList);
   318         PUTPROP(props, "socksNonProxyHosts", sprops->exceptionList);
   320     }
   319     }
   321 #endif
   320 #endif
   322 
   321