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

Fixed not encode certificate header #4016

Merged

Conversation

igorRosinskyi
Copy link
Contributor

馃啍 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

@igorRosinskyi igorRosinskyi requested a review from a team as a code owner May 8, 2024 17:20
move to chain replaceAll("\t", "\n")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants