|
@@ -103,6 +103,7 @@ public class DefaultOAuth2AuthorizationRequestResolverTests {
|
|
assertThat(authorizationRequest).isNull();
|
|
assertThat(authorizationRequest).isNull();
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ // gh-8650
|
|
@Test
|
|
@Test
|
|
public void resolveWhenNotAuthorizationRequestThenRequestBodyNotConsumed() throws IOException {
|
|
public void resolveWhenNotAuthorizationRequestThenRequestBodyNotConsumed() throws IOException {
|
|
String requestUri = "/path";
|
|
String requestUri = "/path";
|