KAPIL SINGAL

Results 2 issues of KAPIL SINGAL

Code at line below should be enhanced: https://github.com/eclipse/jetty.project/blob/8102378e2d24b8117ed3a545c7579f79d35fc45a/jetty-client/src/main/java/org/eclipse/jetty/client/ProxyConfiguration.java#L180 Generally **nonProxyHosts** gets defined with wildcards like `*.abc.com|*.svc.local` etc.. so `.equals` doesn't help ! And apparently Jetty Client doesn't have any support...

Enhancement