https://github.com/resteasy/Resteasy/blob/master/resteasy-jaxrs/src/main/java/org/jboss/resteasy/util/Base64.java is our own implementation for Base64
I would suggest to use JDK 8+ based implementation - https://docs.oracle.com/javase/8/docs/api/java/util/Base64.html
RESTEasy implementation of Base64 class uses printStackTrace method, but this method shouldn't be used.
- is related to
-
JBEAP-9423 Base64 class uses printStackTrace method
- Closed
- relates to
-
JBEAP-4578 RESTEasy don't use correct logging on many places
- Verified
-
RESTEASY-1427 Use JDK8 Base64 implementation
- Resolved