lizhiboo commented on code in PR #4366:
URL: https://github.com/apache/rocketmq/pull/4366#discussion_r880205270


##########
common/src/main/java/org/apache/rocketmq/common/MixAll.java:
##########
@@ -87,6 +87,8 @@ public class MixAll {
     public static final String REPLY_MESSAGE_FLAG = "reply";
     public static final String LMQ_PREFIX = "%LMQ%";
     public static final String MULTI_DISPATCH_QUEUE_SPLITTER = ",";
+    public static final String MULTI_SEPARATE = "//";
+    public static final String SEPARATE_DOT = "/.";

Review Comment:
   IMO, maybe someone use hide file as acl config file. BTW, can we use regular 
expression to check whether acl config file path is legal or not, instead of 
changing file path?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to