mirror of
https://github.com/apache/rocketmq.git
synced 2026-09-24 16:04:00 +08:00
[ISSUE #3949] Add super.onMessage in AuthenticationInterceptor
This commit is contained in:
+1
@@ -58,6 +58,7 @@ public class AuthenticationInterceptor implements ServerInterceptor {
|
||||
for (AccessValidator accessValidator : accessValidatorList) {
|
||||
accessValidator.validate(accessValidator.parse(messageV3, metadataHeader));
|
||||
}
|
||||
super.onMessage(message);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user