I am actually new with Struts. my question is if I have an action say changePassword.do, and if I don't put changePassword.do in:
if((URI.endsWith("/login.jsp")) ||(URI.endsWith("/login.do")) ||(URI.endsWith("/changePassword.do"))
...)
then, allow,
else, show invalid session page.
if I give the...