fix issue 10425 (#10432)
Co-authored-by: keshi.ys <keshi.ys@alibaba-inc.com>
This commit is contained in:
parent
1bc5e623c0
commit
f5c5dfd2ff
|
|
@ -56,7 +56,7 @@ import static org.apache.dubbo.rpc.Constants.TOKEN_KEY;
|
|||
*
|
||||
* @see RpcContext
|
||||
*/
|
||||
@Activate(group = PROVIDER, order = -10000)
|
||||
@Activate(group = PROVIDER, order = Integer.MIN_VALUE)
|
||||
public class ContextFilter implements Filter, Filter.Listener {
|
||||
|
||||
private static final Set<String> UNLOADING_KEYS;
|
||||
|
|
|
|||
Loading…
Reference in New Issue