I need to redirect my https url to lowercase using spring how to do that kindly any one suggest solution ..
I follow the steps on following url, it doesn't work for me.
How can I have case insensitive URLS in Spring MVC with annotated mappings
What I need is: if I type STACKOVERFLOW.COM and enter mean it redirect to stackoverflow.com but the above url steps did not meet what I need.