|
|
@@ -40,12 +40,16 @@ if the JVM is Java1.2 or later. |
|
|
|
NB: This timestamp facility only works on downloads using the HTTP protocol. |
|
|
|
<p> |
|
|
|
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. |
|
|
|
</p> |
|
|
|
<p> |
|
|
|
If you need to go through a firewall, use |
|
|
|
<a href="../OptionalTasks/setproxy.html"><setproxy></a> |
|
|
|
to set up the proxy first. |
|
|
|
<b>Proxies</b>. Since Ant1.7, Ant running on Java1.5 or later defaults to |
|
|
|
<a href="../proxy.html">using |
|
|
|
the proxy settings of the operating system</a>. There is also the |
|
|
|
<a href="../OptionalTasks/setproxy.html"><setproxy></a> task for |
|
|
|
earlier Java versions. With proxies turned on, <code><get></code> requests against |
|
|
|
localhost may not work as expected, if the request is relayed to the proxy. |
|
|
|
The <code>-noproxy</code> option can be used to turn this feature off. |
|
|
|
</p> |
|
|
|
|
|
|
|
<h3>Parameters</h3> |
|
|
|