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

“;” isn't treated as "/;" in Spring Cloud Openfeign client #519

Closed
Spillage opened this issue Apr 1, 2021 · 1 comment
Closed

“;” isn't treated as "/;" in Spring Cloud Openfeign client #519

Spillage opened this issue Apr 1, 2021 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@Spillage
Copy link

Spillage commented Apr 1, 2021

Hi there,
I am facing a weird problem in my project. Here is the scenario.
There are service a and service b, and a -> b by feign client.

When calling http://localhost:8080/feign?test=1&a=1;1, feign client treated "a=1;1" as "a=1&a=1" and it occurs in 10.X of Spring Cloud Openfeign which works well in 9.X.

Can someone help to look into this problem?

@OlgaMaciaszek OlgaMaciaszek added duplicate This issue or pull request already exists and removed waiting-for-triage labels Apr 16, 2021
@OlgaMaciaszek
Copy link
Collaborator

Duplicates #395. Root issue: OpenFeign/feign#1319. Closing in favour of #395.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants