On 20/03/2013 01:09, sebb wrote: > I think QPD(ecode) is now OK; it handles lowercase hex and rejects > invalid characters. > > Base64Decode handles valid input OK, and rejects some invalid input, > but could perhaps do with tweaking to handle PAD characters better. > At present it treats an embedded PAD as the end of input (as per > Codec) but maybe it would be better to only allow 1 or 2 PADs at the > end?
FYI Tomcat opted to bypass these Base64 issues but the solution requires Java 6 or later. http://svn.apache.org/viewvc?view=revision&revision=r1458726 Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org