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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix baggage.NewMember to decode the accepted value #3225

Closed

Conversation

NewReStarter
Copy link
Contributor

fix #3144

Function baggage.NewMember(key, value, props...) input value is decoded and stored after validating the input parameters according to the W3C specification of baggage value.

Corresponding test cases are modified so that we can make sure value is properly encoded before creating baggage.Member.

`value` is decoded and stored after validating the input parameters.

Corresponding test cases are modified so that we can make sure `value` is properly encoded before creating Member.
@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Sep 22, 2022

CLA Missing ID CLA Not Signed

`value` is decoded and stored after validating the input parameters.

Corresponding test cases are modified so that we can make sure `value` is properly encoded before creating Member.
@NewReStarter NewReStarter deleted the fix-baggage-encode branch September 22, 2022 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inconsistence of baggage value restriction
1 participant