On May 10, 2020 11:31:02 AM UTC, calder <[email protected]> wrote:
<snip/> >I asked the DevOps person about the error - turns out it was a >SAXParseException when using the & char in the string. That is standard XML. You have to escape resevered characters in the XML. > He vaguely >remembers a shell issue with the bang char. I think he is mistaken. There is no issue using ! in XML. There are no limitations on the characters for the shutdown password. You might need to encode some of them to define the password in XML but that is all. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
