To put you in the picture, we're using a custom server based on Tomcat 6.0.29. We're developing using Java and Spring.
Let's say I have a link which takes you from http://localhost/display to http://localhost/save. In the controller of http://localhost/save, can I get http://localhost/display from the request parameter somehow?
request.getRequestURL()
seems to get the url of the current page.