I have a service which returns byte array of png image , I want to render it on my jsp page . I am making ajax call to get the image.
$.ajax({
type: "GET",
cache: false,
async: false,
url: '<spring:url value="/service/org/flk/2"/>',
success: function(msg) {