[ 
https://issues.apache.org/jira/browse/KYLIN-1442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15166661#comment-15166661
 ] 

Shaofeng SHI commented on KYLIN-1442:
-------------------------------------

John, thanks for pointing this; I have applied your change and made further to 
let it support both AES and BCrypt so that user can use one tool to encode 
both. 
https://github.com/apache/kylin/commit/e41dba987dcd6da54dbf4005bae776dc5078c33f

> PasswordPlaceholderConfigurer not working
> -----------------------------------------
>
>                 Key: KYLIN-1442
>                 URL: https://issues.apache.org/jira/browse/KYLIN-1442
>             Project: Kylin
>          Issue Type: Bug
>            Reporter: zhaoyunjiong
>            Assignee: zhaoyunjiong
>            Priority: Minor
>         Attachments: KYLIN-1442.patch
>
>
> {code}
>     public static void main(String[] args) {
>         BCryptPasswordEncoder bCryptPasswordEncoder = new 
> BCryptPasswordEncoder();
>         System.out.println(bCryptPasswordEncoder.encode("MODELER"));
>     }
> {code}
> Looks like this never works properly due to it only encode "MODELER" no 
> matter what args you pass to this programming.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to