summaryrefslogtreecommitdiff
path: root/WHATSNEW
diff options
context:
space:
mode:
authorStefan Bodewig <bodewig@apache.org>2021-12-23 18:33:16 +0100
committerStefan Bodewig <bodewig@apache.org>2021-12-23 18:33:16 +0100
commit748ad7f1fd4724fbc11c4dd9ae343c41740e9360 (patch)
tree668ec8abd2931bd4e2886165b7e32ab6f4300b01 /WHATSNEW
parent0f110eac27c17cf3bdbcfee77bc5b9b4aead9f4e (diff)
downloadant-748ad7f1fd4724fbc11c4dd9ae343c41740e9360.tar.gz
Allow ant:get task to disable authentication on redirect.
see #173
Diffstat (limited to 'WHATSNEW')
-rw-r--r--WHATSNEW9
1 files changed, 9 insertions, 0 deletions
diff --git a/WHATSNEW b/WHATSNEW
index 7ad9c455d..3c207a8e2 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -1,6 +1,15 @@
Changes from Ant 1.9.16 TO Ant 1.9.17
=====================================
+Changes that could break older environments:
+--------------------------------------------
+
+* <get> has a new attribute authenticateOnRedirect that can be used to
+ prevent Ant from sending the configured credentials when following a
+ redirect. It is false by default, which means builds that rely on
+ credentials being used on the redirected URI may break.
+ Github Pull Request #173
+
Fixed bugs:
-----------