[ 
http://jira.codehaus.org/browse/CONTINUUM-2579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=246188#action_246188
 ] 

Warner B. Piñero commented on CONTINUUM-2579:
---------------------------------------------

I'm thinking of allowing encoded password in connecting to continuum using 
ContinuumXmlRpcClient without the user intervention, since encoded password 
from my continuumusers db can't be decoded
   continuumClient = new ContinuumXmlRpcClient( new URL( url ), "user1", 
"IqKJr5PwVcvGLC8WklmjrnFZdOJig43Q" );

If this will be possible, passwords in my continuuusers db have to be encoded 
with the same algorithm used by the Continuum.
My workaround is using Jasypt encryption library to encrypt passwords using 
algorithm that can decrypt passwords so that  plain text password can be passed 
to ContinuumXmlRpcClient. But this is not safe.


> Ability to handle encoded password to ContinuumXmlRpcClient contructor
> ----------------------------------------------------------------------
>
>                 Key: CONTINUUM-2579
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2579
>             Project: Continuum
>          Issue Type: Task
>          Components: XMLRPC Interface
>    Affects Versions: 1.4.0 (Beta)
>            Reporter: Warner B. Piñero
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to