...
Starting with FlexDeploy 9.0.0.3, following escape sequence is used. This means that if you use any files that contain these characters, you should rediscover with the inactivate checkbox checked. A new file will appear. The name will be similar but will be percent encoded. These files Files with \ in them didn’t work previously, so this doesn’t affect existing builds. Files with a colon will be in different places in the file catalog as of 9.0.0.3, so any files with : in there will lose their history and packages containing them will need to be modified to have the file in the new location and builds will need to be redone.
Character or String | Escaped as |
---|---|
: | %3a |
\/ (back slash forward slash together) | %2f |
\ | %5c |
...