sfllaw commented on PR #173:
URL: https://github.com/apache/ant/pull/173#issuecomment-1145284283
I encountered this bug when using `` with HTTP Basic Auth to supply a
username and password. If the server responds with a 3xx redirect to an S3
bucket, Amazon will respond with a 400 Bad Reques
sfllaw commented on PR #173:
URL: https://github.com/apache/ant/pull/173#issuecomment-1145242151
82f5edcf49002943773a165464e152b1d75a68a8 changed the default value of
`authenticateOnRedirect` from true to false, which is backwards incompatible
but is actually proper behaviour.
--
This is