[ https://issues.apache.org/jira/browse/CMIS-1072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sascha Homeier updated CMIS-1072: --------------------------------- Description: Binding used: AtomPub I have rendition content streams like this: {code} C2837E45-ECCA-41DA-BE39-50A80CF2A1D1_PREVIEW:COARSE_STREAM {code} In CacheLevel these are put urlencoded (and lowercase): {code} c2837e45-ecca-41da-be39-50a80cf2a1d1_preview%3acoarse_stream {code} 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 was: Binding used: AtomPub I have rendition content streams like this: {code} C2837E45-ECCA-41DA-BE39-50A80CF2A1D1_PREVIEW:COARSE_STREAM {code} In CacheLevel these are put urlencoded (and lowercase): {code} c2837e45-ecca-41da-be39-50a80cf2a1d1_preview%3acoarse_stream {code} When the AtomLink tries to get extracted the streamId is not found in CacheLevel since it looks for a non-urlencoded string. > streamIds with urlencoded characters not found > ---------------------------------------------- > > Key: CMIS-1072 > URL: https://issues.apache.org/jira/browse/CMIS-1072 > Project: Chemistry > Issue Type: Bug > Components: opencmis-client-bindings > Affects Versions: OpenCMIS 1.0.0 > Reporter: Sascha Homeier > Priority: Major > > Binding used: AtomPub > I have rendition content streams like this: > {code} > C2837E45-ECCA-41DA-BE39-50A80CF2A1D1_PREVIEW:COARSE_STREAM > {code} > In CacheLevel these are put urlencoded (and lowercase): > {code} > c2837e45-ecca-41da-be39-50a80cf2a1d1_preview%3acoarse_stream > {code} > 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 -- This message was sent by Atlassian JIRA (v7.6.3#76005)