You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/web/client/TestRestTemplate.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@
80
80
* <p>
81
81
* A {@code TestRestTemplate} can optionally carry Basic authentication headers. If Apache
82
82
* 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.
84
84
* <p>
85
85
* Note: To prevent injection problems this class intentionally does not extend
86
86
* {@link RestTemplate}. If you need access to the underlying {@link RestTemplate} use
0 commit comments