summaryrefslogtreecommitdiff
path: root/WHATSNEW
diff options
context:
space:
mode:
authorStefan Bodewig <bodewig@apache.org>2021-12-23 18:25:47 +0100
committerStefan Bodewig <bodewig@apache.org>2021-12-23 18:26:34 +0100
commit82f5edcf49002943773a165464e152b1d75a68a8 (patch)
treede58d1607a4080d89eb9e3bd99fb66dd990ecbee /WHATSNEW
parent492c2c1a5c38e4cc67c1b61d41a59613c47f4104 (diff)
downloadant-82f5edcf49002943773a165464e152b1d75a68a8.tar.gz
change the default of authenticateOnRedirect
Diffstat (limited to 'WHATSNEW')
-rw-r--r--WHATSNEW14
1 files changed, 9 insertions, 5 deletions
diff --git a/WHATSNEW b/WHATSNEW
index 6dcfe9b2c..ff6e43af7 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -1,6 +1,15 @@
Changes from Ant 1.10.12 TO Ant 1.10.13
=======================================
+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
+
Other changes:
--------------
@@ -16,11 +25,6 @@ Other changes:
* <ftp> now supports FTPs.
Github Pull Request #170
-* <get> has a new attribute authenticateOnRedirect that can be used to
- prevent Ant from sending the configured credentials when following a
- redirect. It is true by default for backwards compatibility reasons.
- Github Pull Request #173
-
Changes from Ant 1.10.11 TO Ant 1.10.12
=======================================