Description of problem: reference: https://bugzilla.redhat.com/show_bug.cgi?id=1070262#c56 Version-Release number of selected component (if applicable): JON 3.3.GA How reproducible: always Steps to Reproduce: 1.see the referenced comment. 2. 3. Actual results: 2 properties from "~/.java/.userPrefs/rhq-server/default/prefs.xml" not getting masked: --- rhq.server.tomcat.security.keystore.password=secret rhq.server.tomcat.security.truststore.password=secret Expected results: _all_ sensitive password data should get encrypted/obfuscated Additional info:
Moving this to MODIFIED with commit :f8e5a9ec4000 for JON 3.3 CR03 build. Assigning to Stefan.
Moving to ON_QA as available to test with latest brew build: https://brewweb.devel.redhat.com//buildinfo?buildID=399113
# VERIFIED works! both files on server side got masked. A hint (and a good note for me to remember) - ~/.java/.userPrefs/rhq-server/default/prefs.xml gets "fixed" with masking passwords once the server starts :) and it does the job (masks all passwords). thanks.