Description of problem: Assets can have a dot in their name - e.g. you can have 'enum.old.enumeration' file. If you want to rename such a file, e.g. from 'enum.old' to 'enum-old', the renaming will take only the substring up to the first dot as the current file name, leaving the rest. So, in case of 'enum.old.enumeration' you would end up with 'enum-old.old.enumeration'. The obvious solution to this would be to not allow dots in asset names. Please, consider also using the metafile for this purpose instead of just prohibiting the use of dot. Version-Release number of selected component (if applicable): BPMS 6.0 CR2
Please note that "Copying" files containing a dot also suffered the same problem. This has been fixed too along with the reported "Rename" issue.