Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 369195

Summary: StorageItem should use a byte[] instead of a string for content
Product: z_Archived Reporter: Michael Ochmann <michael.ochmann>
Component: SkalliAssignee: Project Inbox <skalli.core-inbox>
Status: NEW --- QA Contact:
Severity: critical    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Bug Depends on:    
Bug Blocks: 350425    

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.