Re: How to disable character like Tilt(~) in the Action Name

2016-10-13 Thread Lukasz Lenart
The simplest way is to define an excluded action as follow 2016-10-13 14:00 GMT+02:00 Rajvinder Pal : > Hi Everyone, > > I am trying to access the URL in the browser like below:- > > 1.) http://localhost:9084/myportal/login.do > 2.) http://localhost:9084/myportal/~login.do > > > struts.xml entry

How to disable character like Tilt(~) in the Action Name

2016-10-13 Thread Rajvinder Pal
Hi Everyone, I am trying to access the URL in the browser like below:- 1.) http://localhost:9084/myportal/login.do 2.) http://localhost:9084/myportal/~login.do struts.xml entry:- execute /jsp/userlogin/loginPage.jsp I am able to get the login page using both the URLs. I don't want to ge