mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8214014: Remove vestiges of gopher: protocol proxy support
Reviewed-by: lancea, alanb
This commit is contained in:
parent
c1034b1cad
commit
48d68d182a
12 changed files with 10 additions and 64 deletions
|
@ -184,15 +184,6 @@ Java_jdk_internal_util_SystemProps_00024Raw_platformProperties(JNIEnv *env, jcla
|
|||
PUTPROP(propArray, _socksProxyPort_NDX, sprops->socksPort);
|
||||
}
|
||||
|
||||
if (sprops->gopherProxyEnabled) {
|
||||
// The gopher client is different in that it expects an 'is this set?' flag that the others don't.
|
||||
PUTPROP(propArray, _gopherProxySet_NDX, "true");
|
||||
PUTPROP(propArray, _gopherProxyHost_NDX, sprops->gopherHost);
|
||||
PUTPROP(propArray, _gopherProxyPort_NDX, sprops->gopherPort);
|
||||
} else {
|
||||
PUTPROP(propArray, _gopherProxySet_NDX, "false");
|
||||
}
|
||||
|
||||
// Mac OS X only has a single proxy exception list which applies
|
||||
// to all protocols
|
||||
if (sprops->exceptionList) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue