Following lines:
'vhost-man' () { vhostRepository () { instance () { items = [ 'localhost,a.localhost:clientCertCA='+env("CONFIG_BASE_DIR")+'/certs/root_ca.pem:clientCertRequired=true' ] } } }
are loaded as:
test (class: tigase.server.test.TestComponent) {} 'vhost-man' () { vhostRepository () { instance () { items = [ '/certs/root_ca.pem:clientCertRequired=true' ] } } }
I've found a cause of this issue and fixed it, so now variables should be properly supported within list items.
Works OK now.
Following lines:
are loaded as: