Skip to content

Commit

Permalink
Revert fix in base64 encoded MTLS path
Browse files Browse the repository at this point in the history
  • Loading branch information
lasanthaS committed Jul 18, 2023
1 parent 412ae74 commit 3b6b259
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,7 @@ private static Certificate getClientCertificateFromHeader(org.apache.axis2.conte
String msg = "Error while URL decoding certificate";
throw new APIManagementException(msg, e);
}
certificate = APIUtil.getX509certificateContent(certificate);
bytes = Base64.decodeBase64(certificate);
}

Expand Down

0 comments on commit 3b6b259

Please sign in to comment.