History
Log In
h
ome
b
rowse project
f
ind issues
Q
uick Search:
Learn more about
Quick Search
Issue Details
(
XML
|
Word
|
Printable
)
Key:
CODEC-77
Type:
Bug
Status:
Closed
Resolution:
Fixed
Priority:
Major
Assignee:
Unassigned
Reporter:
Julius Davies
Votes:
0
Watchers:
0
Operations
If you were
logged in
you would be able to see more operations.
Commons Codec
Base64 bug with empty input (new byte[0])
Created:
13/Jul/09 09:38 PM
Updated:
13/Jul/09 10:36 PM
Return to search
Component/s:
None
Affects Version/s:
Nightly Builds
Fix Version/s:
1.4
Time Tracking:
Not Specified
File Attachments:
File Name
Date Attached
Attached By
Size
codec-77.patch
2009-07-13 09:40 PM
Julius Davies
4 kB
Resolution Date:
13/Jul/09 10:36 PM
Description
« Hide
Base64.encode(new byte
[0]
) doesn't return an empty byte array back! It returns CRLF.
Description
Base64.encode(new byte
[0]
) doesn't return an empty byte array back! It returns CRLF.
Show »
All
Comments
Work Log
Change History
Subversion Commits
Sort Order:
Repository
Revision
Date
User
Message
ASF
#793734
Mon Jul 13 22:33:28 UTC 2009
ggregory
[
CODEC-77
] Base64 bug with empty input (new byte[0])
Files Changed
MODIFY
/commons/proper/codec/trunk/src/test/org/apache/commons/codec/binary/Base64InputStreamTest.java
MODIFY
/commons/proper/codec/trunk/src/test/org/apache/commons/codec/binary/Base64OutputStreamTest.java
MODIFY
/commons/proper/codec/trunk/src/test/org/apache/commons/codec/binary/Base64Test.java
MODIFY
/commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/Base64.java
Repository
Revision
Date
User
Message
ASF
#793736
Mon Jul 13 22:43:37 UTC 2009
ggregory
[
CODEC-77
] Base64 bug with empty input (new byte[0])
Files Changed
MODIFY
/commons/proper/codec/trunk/src/test/org/apache/commons/codec/binary/Base64InputStreamTest.java
MODIFY
/commons/proper/codec/trunk/src/test/org/apache/commons/codec/binary/Base64OutputStreamTest.java
MODIFY
/commons/proper/codec/trunk/src/test/org/apache/commons/codec/binary/Base64Test.java
MODIFY
/commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/Base64.java