You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Jordan Shurmer (JIRA)" <ji...@apache.org> on 2016/05/10 15:51:13 UTC

[jira] [Created] (SLING-5718) Pipes size parameter is ignored

Jordan Shurmer created SLING-5718:
-------------------------------------

             Summary: Pipes size parameter is ignored
                 Key: SLING-5718
                 URL: https://issues.apache.org/jira/browse/SLING-5718
             Project: Sling
          Issue Type: Bug
          Components: Extensions
            Reporter: Jordan Shurmer


The "size" parameter which can be passed in when executing a Pipe is ignored.

line 92 of PlumbServlet.Java gets it
{code}int size = request.getParameter(PARAM_SIZE) != null ? Integer.parseInt(request.getParameter(PARAM_SIZE)) : NB_MAX;{code}

but it is never used.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)