DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=31961>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=31961 Support of Base 64 Encoding with URL and Filename Safe Alphabet ------- Additional Comments From [EMAIL PROTECTED] 2004-10-30 00:27 ------- It looks like the method: (1) public static byte[] encodeBase64(byte[] binaryData, boolean isChunked) could be refactored to call a new method: (2) public static byte[] encodeBase64(byte[] binaryData, boolean isChunked, byte[] encodeAlphabet) Method (2) is like method (1) with an additional encodeAlphabet argument. Any thoughts from anyone? Any patches (with unit tests ;-) are welcomed as usual. Gary --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
