Skip to content

Commit bb0fd0c

Browse files
committed
Update javadoc of TestRestTemplate after change to redirect behavior
Closes gh-47474
1 parent 2776021 commit bb0fd0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/web/client

spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/web/client/TestRestTemplate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
* <p>
8181
* A {@code TestRestTemplate} can optionally carry Basic authentication headers. If Apache
8282
* Http Client 4.3.2 or better is available (recommended) it will be used as the client,
83-
* and by default configured to ignore cookies and redirects.
83+
* and by default configured to ignore cookies.
8484
* <p>
8585
* Note: To prevent injection problems this class intentionally does not extend
8686
* {@link RestTemplate}. If you need access to the underlying {@link RestTemplate} use

0 commit comments

Comments
 (0)