Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.1
-
None
-
None
Description
There are two methods in Base64 which are left-overs from Commons Codec.
They were intended to support the Encoder and Decoder interfaces which are not used in Commons NET.
The following methods should be deleted:
Base64#decode(Object)
Base64#encode(Object)