This is my @RequestMapping
annotation:
@RequestMapping({"/loginBadCredentials", "/loginUserDisabled", "/loginUserNumberExceeded"})
public String errorLogin(...){
...
}
Inside the method errorLogin , is there a way to know which of the three url was "called"?