From 8d779414b7aee6b221916e31c2624ecddb22c859 Mon Sep 17 00:00:00 2001
From: Matthew Jason Benson
Date: Thu, 10 Feb 2005 22:32:21 +0000
Subject: [PATCH] Added loginputstring attribute to redirector.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277628 13f79535-47bb-0310-9956-ffa450edef68
---
WHATSNEW | 2 ++
docs/manual/CoreTypes/redirector.html | 15 +++++++++----
src/etc/testcases/types/redirector.xml | 17 ++++++++++++++
.../apache/tools/ant/taskdefs/Redirector.java | 22 +++++++++++++++++--
.../tools/ant/types/RedirectorElement.java | 20 ++++++++++++++++-
.../ant/types/RedirectorElementTest.java | 9 ++++++--
6 files changed, 76 insertions(+), 9 deletions(-)
diff --git a/WHATSNEW b/WHATSNEW
index 94b43d0d5..4dacbc190 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -108,6 +108,8 @@ Other changes:
* zip/jar/war/ear supports level attribute for deflate compression level.
Bugzilla report 25513.
+* Added loginputstring attribute to the redirector type.
+
Changes from Ant 1.6.2 to current Ant 1.6 CVS version
=====================================================
diff --git a/docs/manual/CoreTypes/redirector.html b/docs/manual/CoreTypes/redirector.html
index 65a1161f4..8fb405300 100644
--- a/docs/manual/CoreTypes/redirector.html
+++ b/docs/manual/CoreTypes/redirector.html
@@ -107,10 +107,17 @@ source (input) and destination (output/error) files. Since Ant 1.6.2
alwayslog |
Always send to the log in addition to
- any other destination. Default false .
- Since Ant 1.6.3.
+ any other destination. Since Ant 1.6.3.
|
- No |
+ No, default is false |
+
+
+ loginputstring |
+ Controls the display of inputstring's value in
+ log messages. Set to false when sending sensitive data
+ (e.g. passwords) to external processes. Since Ant 1.6.3.
+ |
+ No, default is true |
Parameters specified as nested elements
@@ -153,7 +160,7 @@ Tasks known to support I/O redirection:
dependent on the supporting task. Any possible points of confusion
should be noted at the task level.
-Copyright © 2004 The Apache Software Foundation. All rights
+
Copyright © 2004-2005 The Apache Software Foundation. All rights
Reserved.