Enable Connections Via Unauthenticated/Authenticated Proxies
Brought to you by:
ickzon
This patch adds the ability to connect to a SQL server using either an unauthenticated or authenticated connect style proxy server. This patch adds support for the following four properties:
ProxyAddress - Address of a proxy server
ProxyPort - Port of a proxy server
ProxyUser - Username for authenticating with a proxy server (optional)
ProxyPassword - Password for authenticating with a proxy server (optional)
Anonymous
Patch File
I updated the patch, fixed minor issues and removed apache-commons-codec dependency.
...just in case someone needs this and is willing to build jTDS from the CVS sources.
updated patch