Hi, I am manipulating passwords with the java.security Package before saving them in XML. Unfortunately JDOM reports an error while I try to set the password in XML. The reason are the password�s special characters created by the java.security Package.
How can I force JDOM to store the password? It would be great if someone has an idea