mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-13 03:45:19 +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