Hi Sergey,
On 21-Feb-19 10:31 PM, Sergey Bylokhov wrote:
On 21/02/2019 08:46, Prasanta Sadhukhan wrote:
But it can always be changed if somebody wants to run as a standalone
test. There are many test in java/net, sun/security where they
explicitly do setProperty(proxy) [for ex,
java/net/ProxySelector/B6737819.java,
sun/security/ssl/InputRecord/ClientHelloRead.java] as I am doing in
the test.
Some of those tests set it to the localhost, others which uses proxy
are in the closed repo.
Can you please elaborate as to what the other way of sending proxy to
the test, if you are aware?
You should not set a proxy and access the google.com. The test should
run w/o dependency on the external resource.
There are tests which connects to www.google.com.
java/net/Inet6Address/PreferIPv6AddressesTest.java,
java/net/CookieHandler/TestHttpCookie.java which is an open test so I
guess it should not be a problem.
Regards
Prasanta