Add support for system environment variables in {EXT} or {CLASS} comment
------------------------------------------------------------------------
Key: JBWS-2523
URL:
https://jira.jboss.org/jira/browse/JBWS-2523
Project: JBoss Web Services
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: jbossws-native, ws-security
Affects Versions: jbossws-native-3.0.5
Reporter: Magesh Kumar B
Priority: Minor
It would be productive from a development perspective if environment variables like
%JBOSS_HOME% or $JBOSS_HOME is supported in the {EXT} or {CLASS} commands where a path to
the external password file is specified. For e.g.,
<jboss-ws-security
xmlns="http://www.jboss.com/ws-security/config"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.jboss.com/ws-security/config
http://www.jboss.com/ws-security/schema/jboss-ws-security_1_0.xsd">
<trust-store-file>WEB-INF/wsse.truststore</trust-store-file>
<trust-store-password>{CLASS}org.jboss.security.plugins.FilePassword:$JBOSS_HOME/server/default/conf/keystore.password</trust-store-password>
...
</jboss-ws-security>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira