I am providing an anchor in my Spring MVC application as follows:
<a href='<c:url value="/resources/um.pdf"/>' type='application/pdf' target='_blank'>Download User Manual</a>
But instead of serving the pdf file the server is returning 404 error , while it is serving the css, js and image files in the same directory perfectly from the same anchor.