Uploaded image for project: 'Chemistry (Retired)'
  1. Chemistry (Retired)
  2. CMIS-763

Allow renditionFilter URL parameter for HTTP GET query

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • OpenCMIS 0.10.0
    • OpenCMIS 0.11.0
    • opencmis-server
    • 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.

      Attachments

        Activity

          People

            fmui Florian Müller
            gairey Alan Gairey
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: