as i use my
<a href="${pageContext.request.contextPath}/rest/hello">Hello</a>
my url becomes
http://localhost:8080/spring-rest-demo/$%7BpageContext.request.contextPath%7D/rest/hello
why is this happening
i have javax.servlet-api and javax.servlet.jsp-api dependency in my pom file as well
and it is a jsp file not html