Archived

This forum has been archived. Please start a new discussion on GitHub.

Patch for escaping deployment descriptor variables

benoit
benoit Rennes, France
Hi all,

Here's a patch that will allow to escape references to variables in deployment descriptors, ${name} can now be escaped by prepending an extra $ sign, i.e.: $${name}.

To apply the patch:

$ cd Ice-2.1.0
$ patch -p0 < icepack-patch.txt

Benoit.