Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[master] Fixed not encode certificate header #4020

Merged
merged 1 commit into from
May 10, 2024

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented May 10, 2024

This is an automatic copy of pull request #4016 done by Mergify.


馃啍 Reference related issue.

from AWS gateway to certificate header value add not encrypted chars like "", "/","="
as result certificate not valid.

鉁忥笍 A description of the changes proposed in the pull request

add replaceAll
"+" to "%2F"
"//" to "%2B"
"=" to "%3D"

馃摑 Test scenarios

to certificate add not encrypted "" or "/" or "="
and try by class CertificateUtils#extractPeerCertificate
receive certificate

馃捇 Add screenshots for UI

馃摎 Any other comments that will help with documentation

馃懆 馃懇@mentions of the person or team responsible for reviewing proposed changes

This is a nice example: #1822


@mergify mergify bot requested a review from a team as a code owner May 10, 2024 09:03
(cherry picked from commit e8a9c70)
Copy link

sonarcloud bot commented May 10, 2024

@tcompiegne tcompiegne merged commit f803080 into master May 10, 2024
23 of 25 checks passed
@tcompiegne tcompiegne deleted the mergify/bp/master/pr-4016 branch May 10, 2024 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants