Alan Gairey created CMIS-763:
--------------------------------
Summary: 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
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)