Skip to content

[Java][native] fix path param encoding#11257

Merged
wing328 merged 1 commit intoOpenAPITools:masterfrom
sorin-florea:sorin/java-native-path-param-enconding
Jan 10, 2022
Merged

[Java][native] fix path param encoding#11257
wing328 merged 1 commit intoOpenAPITools:masterfrom
sorin-florea:sorin/java-native-path-param-enconding

Conversation

@sorin-florea
Copy link
Copy Markdown
Contributor

@sorin-florea sorin-florea commented Jan 8, 2022

Fixes #11242 white space encoding in path parameters

PR checklist

  • Read the contribution guidelines.
  • Pull Request title clearly describes the work in the pull request and Pull Request description provides details about how to validate the work. Missing information here may result in delayed response from the community.
  • Run the following to build the project and update samples:
    ./mvnw clean package 
    ./bin/generate-samples.sh
    ./bin/utils/export_docs_generators.sh
    
    Commit all changed files.
    This is important, as CI jobs will verify all generator outputs of your HEAD commit as it would merge with master.
    These must match the expectations made by your contribution.
    You may regenerate an individual generator by passing the relevant config(s) as an argument to the script, for example ./bin/generate-samples.sh bin/configs/java*.
    For Windows users, please run the script in Git BASH.
  • File the PR against the correct branch: master (5.3.0), 6.0.x
  • If your PR is targeting a particular programming language, @mention the technical committee members, so they are more likely to review the pull request.

@sorin-florea sorin-florea force-pushed the sorin/java-native-path-param-enconding branch 2 times, most recently from 78ed778 to 3c3341a Compare January 8, 2022 09:59
@sorin-florea
Copy link
Copy Markdown
Contributor Author

@sorin-florea sorin-florea force-pushed the sorin/java-native-path-param-enconding branch from 3c3341a to 5a3c2fa Compare January 8, 2022 10:08
@wing328
Copy link
Copy Markdown
Member

wing328 commented Jan 10, 2022

LGTM

@wing328 wing328 merged commit a4325ec into OpenAPITools:master Jan 10, 2022
@wing328 wing328 changed the title ISSUE-11242: Fix Java native path param encoding Fix Java native path param encoding Jan 10, 2022
@wing328 wing328 changed the title Fix Java native path param encoding [Java][native] fix path param encoding Jan 10, 2022
@sorin-florea sorin-florea deleted the sorin/java-native-path-param-enconding branch January 11, 2022 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG][JAVA] Path parameter encoding is using + instead of %20 for white spaces

2 participants