I've to support a legacy url that end up with .jsp such as http://ip/app/abc.jsp?xx=xxx and turn it into a conventional url. I've tried to specify this bean but still /abc.jsp won't get into "/" mapping. Pls help. TIA.

<bean class="org.springframework.web.servlet.view.Conten tNegotiatingViewResolver">
<property name="ignoreAcceptHeader" value="true" />
<property name="favorPathExtension" value="false" />
</bean>