-
Feature Request
-
Resolution: Obsolete
-
Minor
-
jbossws-native-3.0.5
-
None
-
Documentation (Ref Guide, User Guide, etc.)
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>
- is related to
-
JBWS-1127 Provide support for encrypted password in JBoss WS-Security in SecurityStore implementation
- Closed