Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
OpenCMIS 0.10.0
-
None
Description
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:
renditionFilter = null;
to:
renditionFilter = getStringParameter(request, Constants.PARAM_RENDITION_FILTER);
Thanks.