Hi,
Can someone help me please by telling what all i need to configure in my application, so that my application switches to https, whenever a URL is accessed via http.
I am using Spring MVC and i want to use Spring security with it for achieving the above said.
My requirement is simple. I dont want any kind of authentication. FOr all the users who have accessed the application URL as http, it should
change to https.
Thanks,
Bala



