Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Implemented
-
22.01.01
-
None
-
None
Description
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.