You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CODEC-134: Update commons-codec to reject decoding any impossible string encoding for Base32 and Base64. (apache#19)
[CODEC-134] Squash and merge.
* CODEC-134: Update to reject decoding strings that are not possible in the given encoding for Base32 and Base64.
* CODEC-134: Fix tabs instead of spaces.
* CODEC-134: Update such that the right shift is not indirectly accomplished via a method call.
* CODEC-134: Fix spaces versus tabs (again).
* CODEC-134: Add test to cover missed exception case in BCodec.java.
* CODEC-134: Update changes.xml to describe change.
Copy file name to clipboardExpand all lines: src/changes/changes.xml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,9 @@ The <action> type attribute can be add,update,fix,remove.
42
42
<author>Gary Gregory</author>
43
43
</properties>
44
44
<body>
45
+
<releaseversion="1.10-TT.1"date="20 December 2013"description="Feature and fix release.">
46
+
<actionissue="CODEC-134"dev="tmousaw-ptc"type="fix">Reject any decode request for a value that is impossible to encode to for Base32/Base64 rather than blindly decoding.</action>
47
+
</release>
45
48
<releaseversion="1.10"date="5 November 2014"description="Feature and fix release.">
<actiondev="ggregory"type="add"issue="CODEC-121"due-to="Thomas Neidhart, Java John">QuotedPrintableCodec does not support soft line break per the 'quoted-printable' example on Wikipedia</action>
0 commit comments