You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2019/02/14 09:13:48 UTC

[GitHub] glinggit opened a new issue #769: The default topic permission does not read from the configuration file, but directly from the code.

glinggit opened a new issue #769: The default topic permission does not read from the configuration file, but directly   from the code.
URL: https://github.com/apache/rocketmq/issues/769
 
 
   Line 133 in PlainPermissionLoader.java does not read the variable values in the configuration file.
   The code is:
   byte ownedPerm = isGroup ? needCheckedAccess.getDefaultGroupPerm() :
   needCheckedAccess.getDefaultTopicPerm();

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services