You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Shurmer, Jordan" <js...@scrippsnetworks.com> on 2016/05/10 16:06:17 UTC

RE: Pipes size parameter is ignored

Hey guys,

This is my first ticket/patch in the ASF!  Not 100% sure if I'm doing things the right way, but I've attached the patch to the ticket. 

Can someone take a look and see if I set up the ticket correct to get the patch patched in? 

Thanks!
Jordan Shurmer

-----Original Message-----
From: Jordan Shurmer (JIRA) [mailto:jira@apache.org] 
Sent: Tuesday, May 10, 2016 11:53 AM
To: dev@sling.apache.org
Subject: [jira] [Updated] (SLING-5718) Pipes size parameter is ignored


     [ https://issues.apache.org/jira/browse/SLING-5718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jordan Shurmer updated SLING-5718:
----------------------------------
    Attachment: SLING-5718.patch

Attached the Path to fix this. The documentation does not need updating as it already calls out this feature.

> 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
>         Attachments: SLING-5718.patch
>
>   Original Estimate: 10m
>  Remaining Estimate: 10m
>
> 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)