Hi,
How protect resouces from outside access in the Web application using jsp - spring ?
e.g. http://localhost:8080/appsname/images/ here showing list of files
here i dont want to users to direct access to my image folder.if any one trying to do then redirect to error page or home page.
Thanks