[GitHub] [ant] bernolanger opened a new pull request #173: Allow ant:get task to disable authentication on redirect.

2021-12-20 Thread GitBox
bernolanger opened a new pull request #173: URL: https://github.com/apache/ant/pull/173 Most clients do not send the Authorization header on redirects by default; because of security issues. The ant:get task instead, always sends the Authorization header to the redirected location.

[GitHub] [ant-ivy] bernolanger opened a new pull request #96: IVY-1632: Use valid value for HTTP header "Accept".

2021-12-20 Thread GitBox
bernolanger opened a new pull request #96: URL: https://github.com/apache/ant-ivy/pull/96 The default accept header of Java isn't valid as described at https://bugs.openjdk.java.net/browse/JDK-8163921 Therefore set an accept header that accepts simply anything in the ivy:retriev