Does this data URL appear in an HTML attribute? If so, how is this causing problems?
--
You received this message because you are subscribed to the Google Groups "OWASP Java HTML Sanitizer Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to owasp-java-html-saniti...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
HiI have exactly the same problem, did you solve it?For decoding the image I have tried apache commons Base64 and Java8 Base64. In the first case I can decode the String but the image is invalid, in the second case I get an Exception ("java.lang.IllegalArgumentException: Illegal base64 character 26").Any idea how to decode it?