Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Not A Bug
-
None
-
None
-
None
-
None
Description
Base64 encoded system property doesn't work, e.g.
property.token = ${base64:${sys:some.encoded.token}}
fails (silently) and is valued literally, without any expansion. The expected behavior is that the some.encoded.token system property would be looked up and then decoded by base64 lookup.
If this kind of "nesting" should be considered a feature please comment and I'll change the type.