diff --git a/manual/running.html b/manual/running.html index b3815a7f9..f9124a223 100644 --- a/manual/running.html +++ b/manual/running.html @@ -551,6 +551,13 @@ on the platform and the JVM implementation.

use java.io.tmpdir unless they have been adapted to the changed API of Ant 1.9.15.

+

Security Note: Using the default temporary directory +specified by java.io.tmpdir can result in the leakage of +sensitive information or possibly allow an attacker to execute +arbitrary code. This is especially true in multi-user environments. It +is recommended that ant.tmpdir be set to a directory +owned by the user running Ant with 0700 permissions.

+

Cygwin Users

The Unix launch script that come with Ant works correctly with Cygwin. You should not have any problems launching Ant from the Cygwin shell. It is