• julian.moschuering's avatar
    fixed encrypted properties containing xml escaped data not saved correctly · 7e2db426
    julian.moschuering authored
    Encrypted properties containing data that needs xml escaping (eg a database password containing '&') are encryped in escaped form but decryption uses them directly. Encrypted properties do not need xml escaping.
    
    Eg:
    1. Install an mysql connection with the password 'pass&word'; password is saved as pass&word in properties.xml
    2. Launch openfire
    -> mysql connection is established correctly and password is now stored in encrypted form.
    4. Restart openfire
    5. Openfire startup fails due to incorrect database password (pass&word) is used.
    7e2db426
Name
Last commit
Last update
..
bin Loading commit data...
conf Loading commit data...
database Loading commit data...
i18n Loading commit data...
java Loading commit data...
javadoc/jdk15 Loading commit data...
plugins Loading commit data...
resources Loading commit data...
security Loading commit data...
spank Loading commit data...
test Loading commit data...
tools/anttask/org/jivesoftware/ant Loading commit data...
web Loading commit data...