Uploaded image for project: 'HAL'
  1. HAL
  2. HAL-1952

A few of the String constants have been used directly in the Encrypt Expression code in the ExpressionEncryptor class.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • None
    • None
    • None
    • None

      I will change the below string constants from the given code by declaring the required variable in this ExpressionEncryptor class [ExpressionEncryptor.java].

      ~~~

      boolean hasDefaultResolver = result.hasDefined("default-resolver");
                     

          void saveEncryption(ModelNode payload) {

              Operation operation = new Operation.Builder(EXPRESSION_ADDRESS, "create-expression")
                      .payload(payload)
                      .build();

      ~~~

              rhn-support-saahamad Sarfaraz Ahamad
              rhn-support-saahamad Sarfaraz Ahamad
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: