bmhm opened a new pull request #224: URL: https://github.com/apache/shiro/pull/224
For v2.0.0, we probably do not want to maintain our own Base64 implementation. Still, the shiro implementation defaulted to UTF-8 for decoding strings, which seems to be a sane default. However, the `CryptoException` became unreachable from the Base64 class. As this is not cryptography anyway, I decided to replace it with the `IllegalArgumentException` thrown by `java.util.Base64`'s methods. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
