We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2000db + ee801d1 commit 9ee7c63Copy full SHA for 9ee7c63
spring-web/src/main/java/org/springframework/web/client/support/RestClientAdapter.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2002-2023 the original author or authors.
+ * Copyright 2002-2024 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -55,7 +55,7 @@ private RestClientAdapter(RestClient restClient) {
55
56
@Override
57
public boolean supportsRequestAttributes() {
58
- return true;
+ return false;
59
}
60
61
0 commit comments