mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-13 14:05:08 +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