We are migrating our project to Spring MVC from struts 2. In Struts 2 it was easy to get remote user by invoking principal.getRemoteUser().

I have been reading examples of how you can get...