spring-boot
spring-boot copied to clipboard
Fix issue : #46842
fix issue: #45842 I went though the previous PR and changed the documentation .
I have removed :
Redirects are not followed (so you can assert the response location).
I added :
By default, TestRestTemplate follows redirects in the same way as RestTemplate, regardless of which HTTP client implementation is used.
please feel free to suggest any changes .