Bug 369195 - StorageItem should use a byte[] instead of a string for content
Summary: StorageItem should use a byte[] instead of a string for content
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Skalli (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 critical (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 350425
  Show dependency tree
 
Reported: 2012-01-20 05:21 EST by Michael Ochmann CLA
Modified: 2022-10-03 10:28 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Ochmann CLA 2012-01-20 05:21:20 EST
Currently o.e.s.storage.db.PersistenceDB converts the input stream to String with UTF-8 encoding, but not all possible byte streams are legal UTF-8. This makes PersistenceDB useless for storing of binary data.