I notice we're using sun.misc.BASE64Decoder in a few places, e.g. MashupAdminService.java. But I also found two things that concerned me about this:
1) Developers are advised not to use these classes: http://java.sun.com/products/jdk/faq/faq-sun-packages.html 2) Looks like it's under LGPL: http://www.source-code.biz/snippets/java/Base64Coder.html Besides this, I'm having trouble getting it to work interoperably ;-). Is our usage unwise? If so can we find a different library? Jonathan Marsh - <http://www.wso2.com> http://www.wso2.com - <http://auburnmarshes.spaces.live.com> http://auburnmarshes.spaces.live.com
_______________________________________________ Mashup-dev mailing list [email protected] http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev
