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.

Reply via email to