Ideally request parameters should be case insensitive.
How can request parameters with hyphens be mapped to a java POJO without extending ServletModelAttributeMethodProcessor in Spring Web MVC?
Tried some common solution: Mapping URL parameters with dashes to object in Spring Web MVC
This works fine.
Trying to find some other workaround.....