This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit fec8792c9bc0c0c8db05f4c922787b47e3e0fc24
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Thu May 21 16:25:12 2026 +0100

    Changing last commit to preserve old code verifier on 4.1
    
    (cherry picked from commit 89c2372e6e172b35ef48972288ee0ee72fa3de9f)
---
 .../rs/security/oauth2/grants/code/AuthorizationCodeGrantHandler.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth2/grants/code/AuthorizationCodeGrantHandler.java
 
b/rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth2/grants/code/AuthorizationCodeGrantHandler.java
index 674e3609a75..27faf68635b 100644
--- 
a/rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth2/grants/code/AuthorizationCodeGrantHandler.java
+++ 
b/rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth2/grants/code/AuthorizationCodeGrantHandler.java
@@ -41,7 +41,7 @@ import org.apache.cxf.rs.security.oauth2.utils.OAuthUtils;
 public class AuthorizationCodeGrantHandler extends AbstractGrantHandler {
 
     private List<CodeVerifierTransformer> codeVerifierTransformers = 
Collections.emptyList();
-    private CodeVerifierTransformer defaultCodeVerifierTransformer = new 
DigestCodeVerifier();
+    private CodeVerifierTransformer defaultCodeVerifierTransformer = new 
PlainCodeVerifier();
     private boolean expectCodeVerifierForPublicClients;
     private boolean requireCodeVerifier;
 

Reply via email to