Is there any way to hide the method name in the Address bar?
For e.g. If we have two methods add and delete in an application, the address bar will be displayed as: http://localhost:8080/Test_Login/loginDis.do?method=add and http://localhost:8080/Test_Login/loginDis.do?method=delete.
Can we delete the method=add or method=delete and display the address bar as http://localhost:8080/Test_Login/loginDis.do?