I need to store certain sensitive images under WEB-INF folder so that i will prevent users from accessing the images directory from the URL.
But in
JSP i have to show the image like
<img src="/app/WEB-INF/images/my-image.gif" >
but still i can not view this image. How can i achieve this?
Note: these images are dynamically generated during file upload which is done previously