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
ResponseEntityResponseExtractor in version 4.3.13 also has a problem with unknown HTTP status codes. It is calling response.getStatusCode() which throws IllegalArgumentException for unknown status codes.
Anika Solanka opened SPR-16371 and commented
ResponseEntityResponseExtractor in version 4.3.13 also has a problem with unknown HTTP status codes. It is calling response.getStatusCode() which throws IllegalArgumentException for unknown status codes.
Affects: 4.3.13
Issue Links:
Referenced from: commits c1bc74c
The text was updated successfully, but these errors were encountered: