You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Shaofeng SHI (JIRA)" <ji...@apache.org> on 2017/08/09 04:00:08 UTC

[jira] [Closed] (KYLIN-1442) PasswordPlaceholderConfigurer not working

     [ https://issues.apache.org/jira/browse/KYLIN-1442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shaofeng SHI closed KYLIN-1442.
-------------------------------

> PasswordPlaceholderConfigurer not working
> -----------------------------------------
>
>                 Key: KYLIN-1442
>                 URL: https://issues.apache.org/jira/browse/KYLIN-1442
>             Project: Kylin
>          Issue Type: Bug
>            Reporter: yunjiong zhao
>            Assignee: yunjiong zhao
>            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.4.14#64029)