I want to over ride the default getParameter() method of ServletRequestWrapper with getParameter() method of SecurityRequestWrapper. For example, if I am using a simple jsp form to take the name of ...
getParameter()
ServletRequestWrapper
SecurityRequestWrapper