Closed
Description
Spring Framework removed ResponseErrorHandler.handleError(,ClientHttpResponse)
in favor of handleError(URI, HttpMethod,ClientHttpResponse)
Spring Security should update to use the new method. See spring-projects/spring-framework#33809