Skip to content

Conversation

kdavisk6
Copy link
Member

@kdavisk6 kdavisk6 commented Feb 1, 2019

Fixes #887

Changes to target and uri parsing did not take into account
Empty Targets or URI provided methods. In these scenarios,
the target contains the entire path and the uri will be the
query string only. This change takes that into account and
no longer prepends a slash in these cases.

@kdavisk6 kdavisk6 added bug Unexpected or incorrect behavior regression Bugs and issues related to unintended breaking changes labels Feb 1, 2019
Fixes OpenFeign#887

Changes to target and uri parsing did not take into account
Empty Targets or URI provided methods.  In these scenarios,
the target contains the entire path and the uri will be the
query string only.  This change takes that into account and
no longer prepends a slash in these cases.
@kdavisk6 kdavisk6 force-pushed the gh-887-slash-on-path branch from 4545070 to 9c1ae66 Compare February 6, 2019 18:11
@kdavisk6 kdavisk6 closed this Feb 6, 2019
@kdavisk6 kdavisk6 deleted the gh-887-slash-on-path branch February 6, 2019 19:36
@kdavisk6 kdavisk6 restored the gh-887-slash-on-path branch February 6, 2019 19:38
@kdavisk6 kdavisk6 reopened this Feb 6, 2019
@kdavisk6 kdavisk6 merged commit 246df37 into OpenFeign:master Feb 12, 2019
@kdavisk6 kdavisk6 deleted the gh-887-slash-on-path branch February 12, 2019 22:25
velo pushed a commit that referenced this pull request Oct 7, 2024
* No Longer prepend uri with slash if it is a query string

Fixes #887

Changes to target and uri parsing did not take into account
Empty Targets or URI provided methods.  In these scenarios,
the target contains the entire path and the uri will be the
query string only.  This change takes that into account and
no longer prepends a slash in these cases.

* Removed unnecessary import for Spring from Target Test
velo pushed a commit that referenced this pull request Oct 8, 2024
* No Longer prepend uri with slash if it is a query string

Fixes #887

Changes to target and uri parsing did not take into account
Empty Targets or URI provided methods.  In these scenarios,
the target contains the entire path and the uri will be the
query string only.  This change takes that into account and
no longer prepends a slash in these cases.

* Removed unnecessary import for Spring from Target Test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unexpected or incorrect behavior regression Bugs and issues related to unintended breaking changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant