Skip to content

Commit 051fd2a

Browse files
committed
Merge branch '6.1.x'
2 parents 02ee5de + 3971632 commit 051fd2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

framework-docs/modules/ROOT/pages/integration/rest-clients.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,9 @@ If no request factory is specified when the `RestClient` was built, it will use
468468
Otherwise, if the `java.net.http` module is loaded, it will use Java's `HttpClient`.
469469
Finally, it will resort to the simple default.
470470

471+
TIP: Note that the `SimpleClientHttpRequestFactory` may raise an exception when accessing the status of a response that represents an error (e.g. 401).
472+
If this is an issue, use any of the alternative request factories.
473+
471474
[[rest-webclient]]
472475
== `WebClient`
473476

0 commit comments

Comments
 (0)