dev@jersey.java.net

Fixed (in Trunk): Base64.decode was not static

From: Paul C. Bryan <pbryan_at_sun.com>
Date: Fri, 22 May 2009 12:04:09 -0700

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