Camel Guy created CAMEL-7548:
--------------------------------
Summary: Spring XML: Support {{ }} placeholder syntax inside pgp
data format
Key: CAMEL-7548
URL: https://issues.apache.org/jira/browse/CAMEL-7548
Project: Camel
Issue Type: Improvement
Affects Versions: 2.13.1
Reporter: Camel Guy
Priority: Minor
I would like to do this:
{noformat}
<dataFormats>
<pgp id="decrypt" keyFileName="crypt-sec.asc"
keyUserid="{{user}}" password="{{password}}"/>
</dataFormats>
{noformat}
Property placeholders are not resolved inside <pgp>. Naturally, I want to use
Jasypt to encrypt the password in the properties file.
--
This message was sent by Atlassian JIRA
(v6.2#6252)