`TestRestTemplate` is useful, but unlike `RestTemplate` it doesn't follow redirects if configured with Apache Http Client. This is useful in some cases (like, when redirects happen). An optional `redirectsEnabled` constructor argument would be fine.
TestRestTemplateis useful, but unlikeRestTemplateit doesn't follow redirects if configured with Apache Http Client.This is useful in some cases (like, when redirects happen). An optional
redirectsEnabledconstructor argument would be fine.