[
https://issues.apache.org/jira/browse/CODEC-240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16188691#comment-16188691
]
ASF GitHub Bot commented on CODEC-240:
--------------------------------------
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 <[email protected]>
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.)
----
> Support Percent-Encoding (described in RFC3986 and RFC7578)
> -----------------------------------------------------------
>
> Key: CODEC-240
> URL: https://issues.apache.org/jira/browse/CODEC-240
> Project: Commons Codec
> Issue Type: New Feature
> Reporter: Ioannis Sermetziadis
> Priority: Minor
>
> Similar but more generic than the URLCodec.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)