Uploaded image for project: 'Geronimo'
  1. Geronimo
  2. GERONIMO-6309

The usage of ConfiguredEncryption is wrong in the comment block

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Later
    • 2.1.7, 2.1.8
    • None
    • general
    • Security Level: public (Regular issues)
    • Patch Available

    Description

      The description of ConfiguredEncryption usage is wrong:

      • <gbean name="ConfiguredEncryption">
      • <attribute name="path">var/security/ConfiguredSecretKey.ser</attribute>
      • <reference name="ServerInfo"><pattern><name>ServerInfo</name></pattern></reference>
      • </gbean>

      Here is the correct one:

      • <gbean name="org.apache.geronimo.framework/rmi-naming/2.1.8/car?j2eeType=GBean,name=ConfiguredEncryption" gbeanInfo="org.apache.geronimo.system.util.ConfiguredEncryption">
      • <attribute name="path">var/security/ConfiguredSecretKey.ser</attribute>
      • <reference name="ServerInfo">
      • <pattern>
      • <name>ServerInfo</name>
      • </pattern>
      • </reference>
      • </gbean>

      Attachments

        Activity

          People

            saphen Saphen Qiu
            saphen Saphen Qiu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: