-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
I had this working locally when I ran Java 8, but noticed the library failing when I moved over code to machines on Java 7.
I had to replace Base 64:
html = Base64.getEncoder().encodeToString(html.getBytes());withDatatypeConverter:
html = DatatypeConverter.printBase64Binary(html.getBytes());Perhaps an issue, or just a tip for whomever may use this.
Metadata
Metadata
Assignees
Labels
No labels