-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.5.0-HF17, 5.6
-
Fix Version/s: 5.5.0-HF18, 5.6.0-HF10, 5.7.1
-
Component/s: Core
Reason:
- The Note download button uses the nxbigfile servlet on the BlobHolder
- The BlobHolder adapts the String content of the note as a StringBlob instance
- StringBlob#getLength returns size of chars instead of size in bytes
Fix:
StringBlob#getLength should return size in bytes (depends on encoding) as stated in the Blob#getLength javadoc.
- is required by
-
NXP-10781 Refactor client to use the FileSystemItem API
- Resolved