https://bz.apache.org/bugzilla/show_bug.cgi?id=65105

--- Comment #5 from Jaikiran Pai <[email protected]> ---
> I think <get> already handles this,

Indeed. The Get task implementation completely disables the redirection
handling on the HttpURLConnection (by setting ((HttpURLConnection)
connection).setInstanceFollowRedirects(false)) and takes it upon itself to
decide the redirection semantics. I think for this http condition, perhaps we
should allow the HttpURLConnection continue to handle the regular redirections
(i.e. same protocol) like it already does and we additionally add logic (like
the one in Get task) to deal with the http to https redirection.

> see also bug 62499

I sort of remembered having discussed something similar before, but just hadn't
found the right bug id :)

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to