Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Rejected
-
7.0.1.CR1, 7.1.0.DR8
-
None
-
None
Description
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.
Attachments
Issue Links
- is related to
-
JBEAP-9423 Base64 class uses printStackTrace method
-
- Verified
-
- relates to
-
JBEAP-4578 RESTEasy don't use correct logging on many places
-
- Verified
-
-
RESTEASY-1427 Use JDK8 Base64 implementation
-
- Resolved
-