I've noticed my patch for getting Base64 decoding working right hasn't made it into cvs.  Obviously there's other priorities for 0.9, but I can't go back to using the head until Base64 decoding is fixed.

Patch is attached again just in case.

Sorry to be a squeaky wheel ;-)

Evan

> Array#unpack w/ "m" had a bug where only multiples of three characters
> would be decoded.  Try:
>
> puts ["123"].pack("m").unpack("m").inspect
>
> and it works, but
>
> puts ["12"].pack("m").unpack("m").inspect
>
> throws an error.
>
> The attached patch fixes this.

--
Evan Buswell
[EMAIL PROTECTED]

Attachment: unpack.patch
Description: Binary data

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Jruby-devel mailing list
Jruby-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jruby-devel

Reply via email to