You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: