https://issues.apache.org/bugzilla/show_bug.cgi?id=50682
Jesse Glick <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |INVALID --- Comment #1 from Jesse Glick <[email protected]> 2011-01-28 14:08:41 EST --- com.sun.**.internal.** classes are not part of the JRE's exposed API and code is forbidden to compile against them. Use e.g. org.apache.commons.codec.binary.Base64 instead. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
