https://bz.apache.org/bugzilla/show_bug.cgi?id=61801

--- Comment #2 from Vladimir Sitnikov <[email protected]> ---
I agree with Felix, we should not combine unrelated functions under a single
name.

How base64 is related to hex?
What if the user wants upper case or lower case hex?

If the listed base64/hex encode/decode are required in core (?), they should be
4 distinct functions rather than a single one.

On top of that, it is not clear why input of encodeDecode is String.
Typically base64 is used to encode byte[] rather than a sting.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to