mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-23 16:05:00 +00:00
* Fixes #8770 - Review whether to send request body in redirects. Now the original request body is re-sent only if the redirect status code is 307 or 308. In the other cases, it is a redirect to a GET method, so the Location is followed without resending the body, and the content headers are removed. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>