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/13 10:22:32 UTC

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

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

Rex Wang reassigned GERONIMO-5638:
----------------------------------

    Assignee: Rex Wang

> 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) 
>          Components: security
>            Reporter: Rex Wang
>            Assignee: Rex Wang
>             Fix For: 2.1.7, 2.2.1, 3.0
>
>         Attachments: GERONIMO-5638.patch
>
>
> 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.