diff --git a/docs/manual/CoreTasks/get.html b/docs/manual/CoreTasks/get.html index 775ea7728..1b9929c8c 100644 --- a/docs/manual/CoreTasks/get.html +++ b/docs/manual/CoreTasks/get.html @@ -40,12 +40,16 @@ if the JVM is Java1.2 or later. NB: This timestamp facility only works on downloads using the HTTP protocol.
A username and password can be specified, in which case basic 'slightly encoded -plain text' authentication is used. This is only a secure authentication -mechanism over an HTTPS link. +plain text' authentication is used. This is only secure over an HTTPS link. +
-If you need to go through a firewall, use
-<setproxy>
-to set up the proxy first.
+Proxies. Since Ant1.7, Ant running on Java1.5 or later defaults to
+ using
+ the proxy settings of the operating system. There is also the
+ <setproxy> task for
+ earlier Java versions. With proxies turned on, <get>
requests against
+ localhost may not work as expected, if the request is relayed to the proxy.
+ The -noproxy
option can be used to turn this feature off.
+Proxies. Some JDBC drivers (including the Oracle thin driver),
+ use the JVM's proxy settings to route their JDBC operations to the database.
+ Since Ant1.7, Ant running on Java1.5 or later defaults to
+ using
+ the proxy settings of the operating system.
+ Accordingly, the OS proxy settings need to be valid, or Ant's proxy
+ support disabled with -noproxy
option.
+