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

Rex Wang resolved GERONIMO-5638.
--------------------------------

    Resolution: Fixed

fix for 2.2 in rev 1022027
fix for 3.0 in rev 1022033

> 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.

Reply via email to