Description
Apache HttpClient allows to RequestConfig.maxRedirects. It would be nice to expose it through configuration as for Jetty (MRESOLVER-595) and Wagon.
Also note that setting it to 0 actually sets a value of 50, so it could be nice to be able to disable redirects entirely (as for Jetty).
Ideally this should be implemented in 1.9.x since it HttpTransport is the default in Maven 3.9. (apparently the fix version was copied from MRESOLVER-595 when I cloned it)
Attachments
Issue Links
- is a clone of
-
MRESOLVER-595 Jetty transport should expose config for redirect follow and max redirects
- Closed
- links to