[jboss-jira] [JBoss JIRA] (WFLY-1999) Wrong parsing of modify-trust-store element in jboss-cli.xml
Josef Cacek (JIRA)
jira-events at lists.jboss.org
Wed Sep 4 11:34:03 EDT 2013
Josef Cacek created WFLY-1999:
---------------------------------
Summary: Wrong parsing of modify-trust-store element in jboss-cli.xml
Key: WFLY-1999
URL: https://issues.jboss.org/browse/WFLY-1999
Project: WildFly
Issue Type: Bug
Components: CLI
Affects Versions: 8.0.0.Alpha4
Reporter: Josef Cacek
Assignee: Alexey Loubyansky
The Boolean parsing should be used when configuring {{modifyTrustStore}} flag and not reading system property:
{code}
config.setModifyTrustStore(Boolean.getBoolean(reader.getElementText()));
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list