In Spring MVC controller, I can get path variable using @PathVariable to get the value of a variable defined in @RequestMapping. How can I get the value of the variable in a
There is a thread in the Spring forums, where someone says, there is no "easy way", so i suppose you would have to parse the URL to get it.