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: curlify agnostic to order of header values #6152

Merged
merged 11 commits into from
Jun 18, 2020

Conversation

tim-lai
Copy link
Contributor

@tim-lai tim-lai commented Jun 17, 2020

Description

In curlify, the type would overwrite the string value to the latest header value. In the case of using requestInterceptor that appends a header, the final string would be whatever was provided by the requestInterceptor.

This fix will try to update isMultipartFormDataRequest until it is true.

This change also reorganizes and fixes the linting in the curlify test file

Motivation and Context

Fixes #6082

How Has This Been Tested?

New mocha tests that places leading/trailing custom header. There already exists a mocha test with no custom header. Note, although the term custom is used, any header and order should not impact the curlify result.

Screenshots (if appropriate):

Checklist

My PR contains...

  • No code changes (src/ is unmodified: changes to documentation, CI, metadata, etc.)
  • Dependency changes (any modification to dependencies in package.json)
  • Bug fixes (non-breaking change which fixes an issue)
  • Improvements (misc. changes to existing features)
  • Features (non-breaking change which adds functionality)

My changes...

  • are breaking changes to a public API (config options, System API, major UI change, etc).
  • are breaking changes to a private API (Redux, component props, utility functions, etc.).
  • are breaking changes to a developer API (npm script behavior changes, new dev system dependencies, etc).
  • are not breaking changes.

Documentation

  • My changes do not require a change to the project documentation.
  • My changes require a change to the project documentation.
  • If yes to above: I have updated the documentation accordingly.

Automated tests

  • My changes can not or do not need to be tested.
  • My changes can and should be tested by unit and/or integration tests.
  • If yes to above: I have added tests to cover my changes.
  • If yes to above: I have taken care to cover edge cases in my tests.
  • All new and existing tests passed.

Sorry, something went wrong.

@tim-lai tim-lai requested a review from char0n June 17, 2020 04:42
Copy link
Member

@char0n char0n left a comment

Choose a reason for hiding this comment

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

I've suggested multiple changes to this PR. Please have a look at them. I also thing this change introduces possible bug.

@tim-lai tim-lai force-pushed the bug/6082-requestInterceptor branch from 5ebe258 to f35501e Compare June 17, 2020 22:35
@tim-lai tim-lai changed the title Bug/6082 request interceptor fix: curlify agnostic to order of header values Jun 17, 2020
@tim-lai tim-lai force-pushed the bug/6082-requestInterceptor branch from f35501e to 33705ff Compare June 17, 2020 22:39
@tim-lai
Copy link
Contributor Author

tim-lai commented Jun 17, 2020

@char0n Updated. Please take another look. Thanks!

Refs swagger-api#6082

* use curlify flag isMultipartFormDataRequest
* curlify test updated
@tim-lai tim-lai force-pushed the bug/6082-requestInterceptor branch from 33705ff to 7a22752 Compare June 18, 2020 17:38
Copy link
Member

@char0n char0n left a comment

Choose a reason for hiding this comment

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

Approved with 3 suggestions. Nice job!

tim-lai and others added 4 commits June 18, 2020 11:55
Co-authored-by: Vladimir Gorej <vladimir.gorej@gmail.com>
Co-authored-by: Vladimir Gorej <vladimir.gorej@gmail.com>
Co-authored-by: Vladimir Gorej <vladimir.gorej@gmail.com>
@tim-lai tim-lai merged commit b86e8e9 into swagger-api:master Jun 18, 2020
mattyb678 pushed a commit to mattyb678/swagger-ui that referenced this pull request Jun 24, 2020
Refs swagger-api#6082

* use curlify flag isMultipartFormDataRequest
* curlify test updated


Co-authored-by: Vladimir Gorej <vladimir.gorej@gmail.com>
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.

FileUpload changes in generated curl request when adding a header using requestInterceptor
2 participants