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

typo in RpcContextFilter #3525

Closed
yuxinyin opened this issue Feb 21, 2019 · 2 comments
Closed

typo in RpcContextFilter #3525

yuxinyin opened this issue Feb 21, 2019 · 2 comments
Milestone

Comments

@yuxinyin
Copy link

Environment

  • Dubbo version: 2.7.0
  • Operating System version: Windowns 10
  • Java version: 1.8

Class: org.apache.dubbo.rpc.protocol.rest.RpcContextFilter
Line: 73-74
Code:
String key = entry.getKey();
String value = entry.getKey();

导致隐式传参value值错误

@carryxyh
Copy link
Member

Thx. My bad. I will fix it.

@carryxyh
Copy link
Member

#3526

@beiwei30 beiwei30 added this to the 2.7.1 milestone Mar 4, 2019
@beiwei30 beiwei30 changed the title RpcContextFilter隐式传参取值问题 typo in RpcContextFilter Mar 14, 2019
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

No branches or pull requests

3 participants