[
https://issues.apache.org/jira/browse/CMIS-763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Florian Müller resolved CMIS-763.
---------------------------------
Resolution: Fixed
Fix Version/s: OpenCMIS 0.11.0
Assignee: Florian Müller
Thanks for the report!
> Allow renditionFilter URL parameter for HTTP GET query
> ------------------------------------------------------
>
> Key: CMIS-763
> URL: https://issues.apache.org/jira/browse/CMIS-763
> Project: Chemistry
> Issue Type: Improvement
> Components: opencmis-server
> Affects Versions: OpenCMIS 0.10.0
> Reporter: Alan Gairey
> Assignee: Florian Müller
> Fix For: OpenCMIS 0.11.0
>
>
> For the AtomPub bindings, when issuing a CMIS query via HTTP GET the
> DiscoveryService.Query.serve method allows all the various URL parameters
> _except_ for {{renditionFilter}}. Would it be possible to change line 112
> from:
> {code}
> renditionFilter = null;
> {code}
> to:
> {code}
> renditionFilter = getStringParameter(request,
> Constants.PARAM_RENDITION_FILTER);
> {code}
> Thanks.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)