Skip to content

Commit 630797f

Browse files
committed
Merge branch '3.5.x'
Closes gh-47475
2 parents e01b362 + bb0fd0c commit 630797f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • module/spring-boot-resttestclient/src/main/java/org/springframework/boot/testrestclient

module/spring-boot-resttestclient/src/main/java/org/springframework/boot/testrestclient/TestRestTemplate.java

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

0 commit comments

Comments
 (0)