Use of com.google.appengine.repackaged may result in your app breaking without warning.
You can make it go away by switching to org.apache.commons.codec.binary.Base64, that can be found on the commons-codec library. Mapping of the encode/decode methods is pretty straightforward:
- encode --> encodeBase64String
- decode --> decodeBase64
No comments:
Post a Comment