Using Java to solve IE8 Base64 Encoding Issue for Images

Recently I was tasked with writing a Java Servlet to consume images from a 3rd party REST Service and serve them up via JSP. Shortly after getting started, I realized that image was being transmitted as binary so I needed to find a way to display them on the page without having to store them […]