You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by se...@apache.org on 2016/11/21 16:48:29 UTC

cxf git commit: Preserving the original ClientCodeRequestFilter authentication style

Repository: cxf
Updated Branches:
  refs/heads/master b624c034c -> 0ca021176


Preserving the original ClientCodeRequestFilter authentication style


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/0ca02117
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/0ca02117
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/0ca02117

Branch: refs/heads/master
Commit: 0ca021176e10a8d180b2a2eb527dd09c114f3047
Parents: b624c03
Author: Sergey Beryozkin <sb...@gmail.com>
Authored: Mon Nov 21 16:48:13 2016 +0000
Committer: Sergey Beryozkin <sb...@gmail.com>
Committed: Mon Nov 21 16:48:13 2016 +0000

----------------------------------------------------------------------
 .../cxf/rs/security/oauth2/client/ClientCodeRequestFilter.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/0ca02117/rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth2/client/ClientCodeRequestFilter.java
----------------------------------------------------------------------
diff --git a/rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth2/client/ClientCodeRequestFilter.java b/rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth2/client/ClientCodeRequestFilter.java
index 4a5a331..c14a565 100644
--- a/rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth2/client/ClientCodeRequestFilter.java
+++ b/rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth2/client/ClientCodeRequestFilter.java
@@ -77,7 +77,7 @@ public class ClientCodeRequestFilter implements ContainerRequestFilter {
     private boolean applicationCanHandleAccessDenied;
     private CodeVerifierTransformer codeVerifierTransformer;
     private OAuthJoseJwtProducer codeRequestJoseProducer;
-    private boolean useAuthorizationHeader;
+    private boolean useAuthorizationHeader = true;
         
     @Override
     public void filter(ContainerRequestContext rc) throws IOException {