You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Rex Wang (JIRA)" <ji...@apache.org> on 2010/10/12 10:36:33 UTC

[jira] Commented: (GERONIMO-5638) Remove the encrypt(String) method in ConfiguredEncryption

    [ https://issues.apache.org/jira/browse/GERONIMO-5638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12920137#action_12920137 ] 

Rex Wang commented on GERONIMO-5638:
------------------------------------

Did I miss any thing? If not, will delete the method.

> Remove the encrypt(String) method in ConfiguredEncryption
> ---------------------------------------------------------
>
>                 Key: GERONIMO-5638
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5638
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>            Reporter: Rex Wang
>             Fix For: 2.1.7, 2.2.1, 3.0
>
>
> I found the ConfiguredEncryption has a method as following:
>     
>     public String encrypt(String text) {
>         return EncryptionManager.encrypt(text);
>     }
> This cause a recursive call:
> EncrytionManager's encrypt actual calls the encyption.encrypt to do encryption.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.