spring-security/oauth2
Rob Winch a377581951 Fix WebClient Memory Leaks
WebClient exchange requires that the body is consumed. Before this commit
there were places where an Exception was thrown without consuming the body
if the status was not successful. There was also the potential for the
statusCode invocation to throw an Exception of the status code was not
defined which would cause a leak.

This commit ensures that before the Exception is thrown the body is
consumed. It also uses the http status in a way that will ensure an
Exception is not thrown.

Fixes gh-7293
2019-08-21 12:46:11 -05:00
..
oauth2-client Fix WebClient Memory Leaks 2019-08-21 12:46:11 -05:00
oauth2-core Cleanup unnecessary boxing 2019-08-06 10:17:38 -04:00
oauth2-jose Multiple JWS Algorithms 2019-08-20 14:19:59 -04:00
oauth2-resource-server Fix WebClient Memory Leaks 2019-08-21 12:46:11 -05:00