Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0.3
-
Fix Version/s: 1.0.4
-
Component/s: None
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
The method org.codehaus.cargo.container.internal.util.ResourceUtils#copyResource(String resourceName, String destFile, FileHandler handler, FilterChain filterChain) creates InputStreamReader with the default encoding.
If the resource (text) file has another encoding this can actually corrupt the content.