Filippo Diotalevi wrote:
Hi, so I was able to reproduce easily the problem with Knopflerfish, and submitted a patch for that at https://issues.apache.org/jira/browse/FELIX-1216
Thanks Filippo.
Would this next line of code work? (you save one "properties.get" invocation)
value instanceof String ? Util.substVars(( String ) value, name, null, properties) : value ); BR, -- Logo Guido Spadotto Soluta.net, Italy http://www.soluta.net --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

