dev@jersey.java.net

Re: [Jersey] Fixed (in Trunk): Base64.decode was not static

From: Paul C. Bryan <pbryan_at_sun.com>
Date: Fri, 22 May 2009 13:43:05 -0700

There are other bugs with the Base64 class. It throws
ArrayOutOfBoundsExceptions when dealing with binary data (I'm guessing,
where octet bytes are negative). I'll revert to using the class we
originally included in OAuth signature library...

On Fri, 2009-05-22 at 12:04 -0700, Paul C. Bryan wrote:
> In migrating the Jersey OAuth signature library to using the
> UriComponent and Base64 classes, as originally suggested by Paul Sandoz,
> I encountered a minor issue with the Base64 class -- its decode method
> was not static as the rest.
>
> As we'll depend on jersey-core, I wanted to make sure this got fixed in
> the trunk rather than localized in the oauth-extensions branch. Someone
> please whack me on the head with a big stick if I crossed the line.
>
> Paul
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_jersey.dev.java.net
> For additional commands, e-mail: dev-help_at_jersey.dev.java.net
>