mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 22:19:03 +00:00
Fix minor issue in ExchangeResult
This commit is contained in:
+1
-1
@@ -128,7 +128,7 @@ public class ExchangeResult {
|
||||
* Return response cookies received from the server.
|
||||
*/
|
||||
public MultiValueMap<String, ResponseCookie> getResponseCookies() {
|
||||
return this.getResponseCookies();
|
||||
return this.response.getCookies();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user