bruceyue / force-metadata-jdbc-driver

Automatically exported from code.google.com/p/force-metadata-jdbc-driver
0 stars 0 forks source link

Add support for HTTP proxy properties #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to use this behind a proxied firewall.

What is the expected output? What do you see instead?
Failure on "could not connect to [endpoint]"

Please provide any additional information below.
Per oscarmack's comments on the wiki, I simply pulled down the source, modified 
WscService to pull in properties, and rebuilt and it worked great (using 
-Dhttp.proxyHost and -Dhttp.proxyPort options).

Patch attached, which supports http.proxyHost, http.proxyPort, http.proxyUser, 
http.proxyPassword and http.auth.ntlm.domain.

Original issue reported on code.google.com by jkrayb...@gmail.com on 11 Aug 2011 at 1:37

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for the patch - I'll re-package soon.

Original comment by keith.clarke.claimvantage@gmail.com on 11 Aug 2011 at 7:28

GoogleCodeExporter commented 9 years ago
Included in 2.2 jar. Thanks to you and oscarmack.

Original comment by keith.clarke.claimvantage@gmail.com on 11 Aug 2011 at 8:06