GitHub user sermojohn opened a pull request:

    https://github.com/apache/commons-codec/pull/9

    CODEC-240 Percent-Encoding codec proposal

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sermojohn/commons-codec CODEC-240

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/commons-codec/pull/9.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #9
    
----
commit cdde0085266245dacbe66ed42dab3c4604069012
Author: Ioannis Sermetziadis <sermoj...@gmail.com>
Date:   2017-10-02T19:34:52Z

    CODEC-240 Percent-Encoding codec proposal. Due to the requirement of 
supporting a dynamic set of characters to always encode (apart from the 
non-ASCII that are always encoded), I added a constructor that takes an array 
of characters to force encode. This is useful because different encoding 
requirements apply in different parts of the HTTP 1.1 protocol (e.g. for URL, 
Multipart entity fields, etc.)

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to