You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Michael Brohl (Jira)" <ji...@apache.org> on 2020/01/30 20:31:00 UTC

[jira] [Assigned] (OFBIZ-10198) Extended UtilHttp.urlEncodeArgs API with preserveEmpty-parameter to be able to get a query string with empty parameters

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

Michael Brohl reassigned OFBIZ-10198:
-------------------------------------

    Assignee: Michael Brohl

> Extended UtilHttp.urlEncodeArgs API with preserveEmpty-parameter to be able to get a query string with empty parameters
> -----------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-10198
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-10198
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: Upcoming Branch
>            Reporter: Martin Becker
>            Assignee: Michael Brohl
>            Priority: Trivial
>         Attachments: OFBIZ-10198_UtilHttp_extension.patch
>
>
> This patch extends the current UtilHttp.urlEncodeArgs() method with an additional input parameter: boolean preserveEmpty.
> It allows to get a query string with empty parameters, useful if the receiver expects mandatory parameters or wants to explicit override/clear existing values with an empty one. 
> For the patch, the urlEncodeArgs() method has been overloaded with another method so that the patch wont affect any already present method calls.
> Also corrected typos.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)