Skip to content

Commit bc2e477

Browse files
committed
[#CODEC-80] Regression: Base64.encode(chunk=true) has bug when input length is multiple of 76.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@797285 13f79535-47bb-0310-9956-ffa450edef68
1 parent 165d33f commit bc2e477

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

xdocs/changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
</properties>
2424
<body>
2525
<release version="1-4-SNAPSHOT" date="13 July 2009" description="Feature and fix release.">
26+
<action dev="ggregory" type="fix" issue="CODEC-80" due-to="Julius Davies">
27+
Regression: Base64.encode(chunk=true) has bug when input length is multiple of 76.
28+
</action>
2629
<action dev="ggregory" type="fix" issue="CODEC-77" due-to="Julius Davies">
2730
Base64 bug with empty input (new byte[0]).
2831
</action>

0 commit comments

Comments
 (0)