You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2019/11/06 09:26:43 UTC

[GitHub] [incubator-dolphinscheduler] shaozhipeng edited a comment on issue #1164: [BUG] cn.escheduler.api.controller.ResourcesController:[313] - create resource file online error

shaozhipeng edited a comment on issue #1164: [BUG] cn.escheduler.api.controller.ResourcesController:[313] - create resource file online error
URL: https://github.com/apache/incubator-dolphinscheduler/issues/1164#issuecomment-550222648
 
 
   VERSION 1.1.0
   After checking the code, it was found that the login user lacked tenants, but the creation file did not give a clear hint, but directly reported the NullPointerException.
   
   ResourcesService#verifyResourceName#String tenantCode = tenantMapper.queryById(loginUser.getTenantId()).getTenantCode();
   
   And Security center - user management - edit user, the edit page password box is clear text display.
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services