[jboss-jira] [JBoss JIRA] (JBJCA-816) Enable/disable system properties in XML parsers
Jesper Pedersen (JIRA)
jira-events at lists.jboss.org
Fri May 4 09:52:18 EDT 2012
[ https://issues.jboss.org/browse/JBJCA-816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jesper Pedersen resolved JBJCA-816.
-----------------------------------
Resolution: Done
> Enable/disable system properties in XML parsers
> -----------------------------------------------
>
> Key: JBJCA-816
> URL: https://issues.jboss.org/browse/JBJCA-816
> Project: IronJacamar
> Issue Type: Task
> Components: Common
> Reporter: Jesper Pedersen
> Assignee: Jesper Pedersen
> Fix For: 1.0.11.Final, 1.1.0.Alpha8
>
>
> Add the following methods to MetadataParser:
> {code}
> /**
> * Are system properties resolved ?
> * @return True if resolved (default); otherwise false
> */
> public boolean isSystemPropertiesResolved();
> /**
> * Set if system properties should be resolved
> * @param v The value
> */
> public void setSystemPropertiesResolved(boolean v);
> {code}
> in order to enable/disable system property parsing. Default is true.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list