Re: RFR: 8026330: java.util.Base64 urlEncoder should omit padding

2013-11-08 Thread Xueming Shen
On 11/08/2013 06:00 AM, Alan Bateman wrote: On 06/11/2013 18:44, Xueming Shen wrote: Hi, The latest spec and implementation of java.util.Base64.getXXXEncoder() is to add appropriate padding character(s) at the end of the output encoded data stream, to follow the note explicitly specified in the

Re: RFR: 8026330: java.util.Base64 urlEncoder should omit padding

2013-11-08 Thread Alan Bateman
On 06/11/2013 18:44, Xueming Shen wrote: Hi, The latest spec and implementation of java.util.Base64.getXXXEncoder() is to add appropriate padding character(s) at the end of the output encoded data stream, to follow the note explicitly specified in the RFC Implementations MUST include appropr

RFR: 8026330: java.util.Base64 urlEncoder should omit padding

2013-11-06 Thread Xueming Shen
Hi, The latest spec and implementation of java.util.Base64.getXXXEncoder() is to add appropriate padding character(s) at the end of the output encoded data stream, to follow the note explicitly specified in the RFC Implementations MUST include appropriate pad characters at the end of encod