Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
OpenCMIS 1.0.0
-
None
-
None
Description
Binding used: AtomPub
I have rendition content streams like this:
C2837E45-ECCA-41DA-BE39-50A80CF2A1D1_PREVIEW:COARSE_STREAM
In CacheLevel these are put urlencoded (and lowercase):
c2837e45-ecca-41da-be39-50a80cf2a1d1_preview%3acoarse_stream
When the AtomLink tries to get extracted the streamId is not found in CacheLevel since it looks for a non-urlencoded string.
rendition.getContentStream() then will return null