-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.6-SNAPSHOT
-
Component/s: Infrastructure
-
Tags:
-
Backlog priority:500
Replacing use of org.nuxeo.common.utils.Base64 with org.apache.commons.codec.binary.Base64, we must call new String(encodeBase64(),charset) instead of encodeBase64String() because of commons-code 1.4 implementation.