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

Clarify spaceDelimited with spaces (3.0.4) #3723

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

handrews
Copy link
Member

Fixes #3550. I will port this to 3.1.1 and 3.2.0 if it is accepted.

The OAS does not define how to avoid collisions between parameter values and style delimiters. Mostly, this is straightforward, but the need to URL encode space characters introduces extra confusion. Make it clear that managing this occurs outside of the use of style, and is the responsibility of users.

The OAS does not define how to avoid collisions between parameter
values and style delimiters.  Mostly, this is straightforward,
but the need to URL encode space characters introduces extra
confusion.  Make it clear that managing this occurs outside
of the use of style, and is the responsibility of users.
@handrews handrews added clarification requests to clarify, but not change, part of the spec param serialization Issues related to parameter and/or header serialization labels Apr 19, 2024
@handrews handrews added this to the v3.0.4 milestone Apr 19, 2024
@handrews handrews requested a review from a team April 19, 2024 21:48
Copy link
Contributor

@mikekistler mikekistler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! 👍

@ralfhandl ralfhandl merged commit dad5a79 into OAI:v3.0.4-dev Apr 26, 2024
1 check passed
@handrews handrews deleted the space-delim branch April 26, 2024 16:25
lornajane added a commit that referenced this pull request May 1, 2024
Clarify spaceDelimited with spaces in values (3.1.1 port of #3723)
lornajane added a commit that referenced this pull request May 1, 2024
Clarify spaceDelimited with spaces in values (3.2.0 port of #3723)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clarification requests to clarify, but not change, part of the spec param serialization Issues related to parameter and/or header serialization
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants