mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-04 15:38:58 +00:00
When enabled, HttpClient redirect is fixed to drop the body when the request method is changed, and to relay any redirection code it does not understand to the caller. Reviewed-by: chegar