Skip to content

Commit a543d02

Browse files
committed
[CODEC-113] and [CODEC-114]
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1064461 13f79535-47bb-0310-9956-ffa450edef68
1 parent 395b4d9 commit a543d02

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

src/changes/changes.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,13 @@
5454
org.apache.commons.codec.net.URLCodec.ESCAPE_CHAR isn't final but should be.
5555
</action>
5656
<action dev="sebb" type="add" issue="CODEC-112" due-to="sebb">
57-
Base64.encodeBase64(byte[] binaryData, boolean isChunked, boolean urlSafe, int maxResultSize) throws IAE for valid maxResultSize if isChunked is false
57+
Base64.encodeBase64(byte[] binaryData, boolean isChunked, boolean urlSafe, int maxResultSize) throws IAE for valid maxResultSize if isChunked is false
58+
</action>
59+
<action dev="ggregory" type="add" issue="CODEC-113" due-to="ggregory">
60+
org.apache.commons.codec.language.RefinedSoundex.US_ENGLISH_MAPPING should be package protected MALICIOUS_CODE
61+
</action>
62+
<action dev="ggregory" type="add" issue="CODEC-114" due-to="ggregory">
63+
org.apache.commons.codec.language.Soundex.US_ENGLISH_MAPPING should be package protected MALICIOUS_CODE
5864
</action>
5965
</release>
6066
<release version="1.4" date="9 August 2009" description="Feature and fix release.">

0 commit comments

Comments
 (0)