mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8049367: Modular Run-Time Images
Co-authored-by: Alan Bateman <alan.bateman@oracle.com> Co-authored-by: Alex Buckley <alex.buckley@oracle.com> Co-authored-by: Bradford Wetmore <bradford.wetmore@oracle.com> Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com> Co-authored-by: James Laskey <james.laskey@oracle.com> Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com> Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com> Co-authored-by: Magnus Ihse Bursie <magnus.ihse.bursie@oracle.com> Co-authored-by: Mandy Chung <mandy.chung@oracle.com> Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com> Co-authored-by: Paul Sandoz <paul.sandoz@oracle.com> Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com> Reviewed-by: chegar, dfuchs, ihse, joehw, mullan, psandoz, wetmore
This commit is contained in:
parent
ed11049d5e
commit
441905cdc7
268 changed files with 11792 additions and 5531 deletions
|
@ -314,7 +314,6 @@ Java_java_lang_System_initProperties(JNIEnv *env, jclass cla, jobject props)
|
|||
// 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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue