### 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值错误
Environment
Class: org.apache.dubbo.rpc.protocol.rest.RpcContextFilter
Line: 73-74
Code:
String key = entry.getKey();
String value = entry.getKey();
导致隐式传参value值错误