summaryrefslogtreecommitdiff
path: root/WHATSNEW
diff options
context:
space:
mode:
authorJaikiran Pai <jaikiran@apache.org>2021-08-09 17:06:29 +0530
committerJaikiran Pai <jaikiran@apache.org>2021-08-09 17:09:03 +0530
commit83b157b47fbbbdee6263b83fde487dc613015652 (patch)
treea690514d650a5d34f2e7f8af5b4d35410495bfae /WHATSNEW
parent750a94c35b11acb064ed572d506091abfba33916 (diff)
downloadant-83b157b47fbbbdee6263b83fde487dc613015652.tar.gz
bz-65489 http condition - don't follow redirects when followRedirects is set to false
Diffstat (limited to 'WHATSNEW')
-rw-r--r--WHATSNEW7
1 files changed, 7 insertions, 0 deletions
diff --git a/WHATSNEW b/WHATSNEW
index abbf2b85e..92f1c5096 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -1,6 +1,13 @@
Changes from Ant 1.10.11 TO Ant 1.10.12
=======================================
+Fixed bugs:
+-----------
+
+ * The http condition would follow redirects even when "followRedirects" attribute
+ was set to "false". This has now been fixed.
+ Bugzilla Report 65489
+
Other changes:
--------------