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
Copy file name to clipboardExpand all lines: oauth2/oauth2-client/src/test/java/org/springframework/security/oauth2/client/jackson2/OAuth2AuthorizationRequestMixinTests.java
+4-5
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,6 @@
27
27
importorg.springframework.util.CollectionUtils;
28
28
importorg.springframework.util.StringUtils;
29
29
30
-
importjava.util.Collections;
31
30
importjava.util.LinkedHashMap;
32
31
importjava.util.Map;
33
32
importjava.util.stream.Collectors;
@@ -71,8 +70,8 @@ public void serializeWhenRequiredAttributesOnlyThenSerializes() throws Exception
Copy file name to clipboardExpand all lines: oauth2/oauth2-client/src/test/java/org/springframework/security/oauth2/client/web/DefaultOAuth2AuthorizationRequestResolverTests.java
+1
Original file line number
Diff line number
Diff line change
@@ -437,6 +437,7 @@ public void resolveWhenAuthorizationRequestCustomizerRemovesNonceThenQueryExclud
Copy file name to clipboardExpand all lines: oauth2/oauth2-client/src/test/java/org/springframework/security/oauth2/client/web/server/DefaultServerOAuth2AuthorizationRequestResolverTests.java
Copy file name to clipboardExpand all lines: oauth2/oauth2-client/src/test/java/org/springframework/security/oauth2/client/web/server/ServerOAuth2AuthorizationCodeAuthenticationTokenConverterTest.java
Copy file name to clipboardExpand all lines: oauth2/oauth2-core/src/main/java/org/springframework/security/oauth2/core/endpoint/OAuth2AuthorizationRequest.java
Copy file name to clipboardExpand all lines: oauth2/oauth2-core/src/test/java/org/springframework/security/oauth2/core/endpoint/OAuth2AuthorizationRequestTests.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -121,15 +121,15 @@ public void buildWhenStateIsNullThenDoesNotThrowAnyException() {
0 commit comments