mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-30 11:58:59 +00:00
Per the servlet spec, getParameter(name) consumes the request body for POST requests. This commit prevents DefaultOAuth2AuthorizationRequestResolver from consuming the request body for non-Authorization requests. Closes gh-8650