...
The following conventions are followed across the descriptors while capturing the configuration:→
- All places where the configuration type is given as Boolean, the value for true or enabled is considered as one of true, yes, y, 1 or on. All other values are equated as false or disabled. The values are also considered case insensitive. So, a TRUE and true will be evaluated as Boolean.TRUE.
...
- Wherever the configuration type is given as Routing Mode, the value can be one of FORWARD or REDIRECT.
...
- Whenever any configuration type is provided as an array using the denotation [], it means that the values must be provided as a comma separated listing. Canvas splits the String using comma (,) as the separator and convert to an array of values for processing.
...
- Whenever any configuration type is given for folder path, it means the values must be the relative path. Canvas finds the actual absolute path using the combination of value for the CT_WORK_FOLDER key and the corresponding relative path.