Open GoogleCodeExporter opened 8 years ago
Hi guys,
any update on this?
Another interesting feature is the possibility to express the option
-Dhttp.nonProxyHosts=
Original comment by andrea.c...@gmail.com
on 12 Jul 2012 at 8:53
Hi everyone,
We have recently faced the same issue.
Here's patch for r735 that enables support for proxy properties described in
http://docs.oracle.com/javase/6/docs/technotes/guides/net/proxies.html , i.e.
enables usage of system-wide proxy selector java.net.ProxySelector#getDefault
Note this patch contains incompatible changes in
org.openid4java.util.ProxyProperties (proxyHost and proxyPort fields were
removed to avoid ambiguity). Class usage has been reduced to specify proxy
user/pass OR Windows-related credentials as in
org.apache.http.auth.NTCredentials javadoc.
Next properties were manually tested on Ubuntu 12.04 with Squid:
-Dhttp.proxyHost
-Dhttp.proxyPort
-Dhttp.nonProxyHosts
Others should also work fine.
Original comment by Vasyl.Sc...@gmail.com
on 19 Mar 2013 at 3:52
Attachments:
Original issue reported on code.google.com by
ingo.sie...@gmail.com
on 13 Apr 2011 at 1:08