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 08:48:15 UTC

[GitHub] glinggit opened a new issue #766: 默认topic的权限没有读取配置文件的,直接读取的代码里的

glinggit opened a new issue #766: 默认topic的权限没有读取配置文件的,直接读取的代码里的
URL: https://github.com/apache/rocketmq/issues/766
 
 
   PlainPermissionLoader中的第133行,没有读取配置文件中的变量值
   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