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

Jukka Zitting resolved JCR-2697.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.3.0
         Assignee: Jukka Zitting

Done in revision 1154947 by allowing passwords to be specified in 
base64-encoding. To do this, prefix the base64-encoded password with 
"{base64}". For example, the following two password configurations are 
equivalent:

    <param name="password" value="test"/>
    <param name="password" value="{base64}dGVzdA=="/>


> Add support for encrpted db password in repository.xml
> ------------------------------------------------------
>
>                 Key: JCR-2697
>                 URL: https://issues.apache.org/jira/browse/JCR-2697
>             Project: Jackrabbit Content Repository
>          Issue Type: New Feature
>          Components: config
>    Affects Versions: 2.1.0
>            Reporter: Jervis Liu
>            Assignee: Jukka Zitting
>            Priority: Critical
>             Fix For: 2.3.0
>
>
> Basically this is same to the issue 
> https://issues.apache.org/jira/browse/JCR-2673. I can not reopen JCR-2673, so 
> I filed a new one instead. 
> The reason for this jira is because for a lot of companies it is not allowed 
> to store password in a clear text. 
> Sorry, I dont know how this can be implemented yet. But I hope at least the 
> requirement is clear. 
> Thanks.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to