i am trying to send some parameter in jsp request parameter which contains special character like '#' Ex:
http://localhost:8080/studentenrollmentsystem/editenrolment?id=3&course=C#&name=YASHIKA&dob=1986-12-22 00:00:00.0
In the spring controller when i try to access the parameter named course it gives only C in respect of C# plus the name parameter is not captured. please help how can i implement this functionality properly.