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
In the process of verifying gh-15852, another issue with URI was discovered.
This commit adds tests to the uri-computing methods and changes them to use
UriComponents instead of URI.
Issue gh-15852
Copy file name to clipboardExpand all lines: oauth2/oauth2-client/src/main/java/org/springframework/security/oauth2/client/registration/ClientRegistrations.java
Copy file name to clipboardExpand all lines: oauth2/oauth2-jose/src/main/java/org/springframework/security/oauth2/jwt/JwtDecoderProviderConfigurationUtils.java
Copy file name to clipboardExpand all lines: oauth2/oauth2-jose/src/main/java/org/springframework/security/oauth2/jwt/ReactiveJwtDecoderProviderConfigurationUtils.java
+18-18
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,6 @@
16
16
17
17
packageorg.springframework.security.oauth2.jwt;
18
18
19
-
importjava.net.URI;
20
-
importjava.util.Collections;
21
19
importjava.util.HashSet;
22
20
importjava.util.Map;
23
21
importjava.util.Set;
@@ -94,38 +92,40 @@ else if (jwk.getKeyType() == KeyType.EC) {
Copy file name to clipboardExpand all lines: oauth2/oauth2-jose/src/test/java/org/springframework/security/oauth2/jwt/JwtDecoderProviderConfigurationUtilsTests.java
Copy file name to clipboardExpand all lines: oauth2/oauth2-jose/src/test/java/org/springframework/security/oauth2/jwt/ReactiveJwtDecoderProviderConfigurationUtilsTests.java
0 commit comments