task #8513
CdmUtils: remove MUST_EXIST_FILE and getResourceFolderSeperator()
Start date:
08/30/2019
Due date:
% Done:
100%
Severity:
normal
Description
follow up to #8189
The getResourceFolderSeperator() method is not needed at all. The separator character is only used for building file names which are passed to CdmUtils.getUtf8ResourceReader(). This method is internally using the class loader which knows how to deal with different environments and thus expects /
as separator in the filename.
Related issues
Associated revisions
fix #8513 removing MUST-EXIST file and getResourceFolderSeperator() method
fix #8513 adapt some Activators to missing CdmUtils method
History
#1 Updated by Andreas Kohlbecker over 1 year ago
- Related to bug #8189: Allow configuration of 'user.home' via the spring environment added
#2 Updated by Andreas Kohlbecker over 1 year ago
- Status changed from New to Resolved
- % Done changed from 0 to 50
Applied in changeset cdmlib|c3fca4bd9b4120f48b605f36f5efc59dd8e4bba8.
#3 Updated by Andreas Kohlbecker over 1 year ago
if there are no problems in the products a review by another person will not be needed and the ticket can be closed.
#4 Updated by Andreas Kohlbecker over 1 year ago
- Status changed from Resolved to Closed
- % Done changed from 50 to 100
everything works as expected