Debugger tells me that same function is being called and its even returning the same string. But I dont understand why the first request is not giving me Login.jsp
With the wild card, means that that wildcard portion will be added to the "Login" String coming out of the method and then the ViewResolver prepending and appending thse resolver Strings
So my guess is it is actually looking for
WEB-INF/views/app/Login.jsp and therefore that doesn't exist. But that is just a guess on my part. I am pretty sure, but still a guess.