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

Remove Template Expression naming restrictions #1139

Merged
merged 1 commit into from Dec 27, 2019

Conversation

kdavisk6
Copy link
Member

Fixes #1036

Relaxed the regular expression used to determine if an expression
is valid to support additional expression variable names. We will
no longer restrict what an expression name can be.

Fixes OpenFeign#1036

Relaxed the regular expression used to determine if an expression
is valid to support additional expression variable names.  We will
no longer restrict what an expression name can be.
@kdavisk6 kdavisk6 added the bug Unexpected or incorrect behavior label Dec 26, 2019
@kdavisk6 kdavisk6 requested a review from velo December 26, 2019 21:10
@kdavisk6 kdavisk6 merged commit 033de93 into OpenFeign:master Dec 27, 2019
@kdavisk6 kdavisk6 deleted the gh-1036-dollar-expressions branch December 27, 2019 15:05
@kdavisk6 kdavisk6 added this to the 10.7.1 milestone Dec 27, 2019
kdavisk6 added a commit to kdavisk6/feign that referenced this pull request Jan 17, 2020
Fixes OpenFeign#1156

Collection Format was encoding query string values unnecessarily
due to changes introduced in OpenFeign#1138 and OpenFeign#1139 that encode template
values before appending them to the query string.

In addition, `decodeSlash` flags that were accidentally removed,
have been restored in QueryTemplate.
kdavisk6 added a commit to kdavisk6/feign that referenced this pull request Jan 18, 2020
Fixes OpenFeign#1156

Collection Format was encoding query string values unnecessarily
due to changes introduced in OpenFeign#1138 and OpenFeign#1139 that encode template
values before appending them to the query string.

In addition, `decodeSlash` flags that were accidentally removed,
have been restored in QueryTemplate.
kdavisk6 added a commit that referenced this pull request Jan 18, 2020
Fixes #1156

Collection Format was encoding query string values unnecessarily
due to changes introduced in #1138 and #1139 that encode template
values before appending them to the query string.

In addition, `decodeSlash` flags that were accidentally removed,
have been restored in QueryTemplate.

* Restoring decodeSlash in QueryTemplate

* Correcting Readme with regards to decodeSlash usage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unexpected or incorrect behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

$ not support in the name of query parameters
1 participant