FULL PRODUCT VERSION :
java version "1.8.0_151"
Java(TM) SE Runtime Environment (build 1.8.0_151-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.151-b12, mixed mode)
ADDITIONAL OS VERSION INFORMATION :
Microsoft Windows [Version 10.0.14393]
A DESCRIPTION OF THE PROBLEM :
I use windows system-wide proxy configuration to exclude certain IP addresses.
I notice that if I specify an IP address like this:
192.168.1
java will correctly exclude the entire range of 192.168.1.0 to 192.168.1.255
However, if I specify the range like this:
192.168.1.*
It does not work.
IE/Chrome/Firefox/etc do not appear to have a problem with this format.
REPRODUCIBILITY :
This bug can be reproduced always.
java version "1.8.0_151"
Java(TM) SE Runtime Environment (build 1.8.0_151-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.151-b12, mixed mode)
ADDITIONAL OS VERSION INFORMATION :
Microsoft Windows [Version 10.0.14393]
A DESCRIPTION OF THE PROBLEM :
I use windows system-wide proxy configuration to exclude certain IP addresses.
I notice that if I specify an IP address like this:
192.168.1
java will correctly exclude the entire range of 192.168.1.0 to 192.168.1.255
However, if I specify the range like this:
192.168.1.*
It does not work.
IE/Chrome/Firefox/etc do not appear to have a problem with this format.
REPRODUCIBILITY :
This bug can be reproduced always.
- duplicates
-
JDK-7014531 [windows] DefaultProxySelector doesn't handle wildcard characters in bypass list
-
- Open
-