Import, file extension discovery
File extension discovery fails with files containing multiple dots (file.my.txt)
Solution
- identify code lines discovering the file extensions
- replace the lines with the same utility method
(from redmine: issue id 2963, created on 2020/12/07 by Matthieu Decorde)
- Changesets:
- Revision 2984 by Matthieu Decorde on 2020/12/07 17:00:32 +0100:
replace all lastIndexOf and file name related manipulation to org.txm.utils.FileUtils.* calls refs #2963