Changes from Ant 1.10.4 TO Ant 1.10.5 ===================================== Fixed bugs: ----------- * Fixes a regression in the "get" task where redirects from a HTTP resource to a HTTPS resource started throwing an exception. Bugzilla Report 62499 * the new allowFilesToEscapeDest didn't work when set to false and archive entries contained relative paths with so many ".." segnments that the resulting path would go beyond the file system root. Bugzilla Report 62502 Other changes: -------------- * Java task now accepts a "sourcefile" attribute to allow single file source program execution, a feature that is introduced in Java 11.