RFR: JDK-8144300 : Java does not honor http.nonProxyHosts value having wildcard * both at end and start

2018-03-01 Thread Pallavi Sonal
http.nonProxyHosts , the code works as expected and DIRECT connection is used for them. But in scenarios, where there is a wildcard both at the beginning and end of the hostname, proxy is used instead of DIRECT connection. All the tier1 and tier2 Mach 5 tests have passed. Thanks, Pallavi Sonal

RE: RFR: JDK-8144300 : Java does not honor http.nonProxyHosts value having wildcard * both at end and start

2018-03-08 Thread Pallavi Sonal
Thanks Chris, Daniel and Christoph for the review. I will add bug id to the test case and update copyright year before pushing the patch. Thanks, Pallavi Sonal -Original Message- From: Chris Hegarty Sent: 06 March 2018 23:47 To: Pallavi Sonal ; net-dev@openjdk.java.net Cc: core-libs