When the text is entered in a text field of JSP containing any '+' symbol in it, it is getting replaced by space when the parameter value is retrieved inside the servlet through request.getParameter("abc").
I read a few blogs and came to know that encoding needs to be done to successfully read the exact text but it is not clear to me. Can someone please help me out on this.