Hi all,
I am kinda new in Struts. just started developing an application using struts. My session filter (.java, defined in web.xml) filters all .do actions, except say, login.do. what do I do so that it does't filter the other .do actions.
For eg.
if((URI.endsWith("/login.jsp")) ||(URI.endsWith("/login.do"))...)
then, allow,
else, show invalid session page.
please suggest. thanks in advance...
pravz
I am kinda new in Struts. just started developing an application using struts. My session filter (.java, defined in web.xml) filters all .do actions, except say, login.do. what do I do so that it does't filter the other .do actions.
For eg.
if((URI.endsWith("/login.jsp")) ||(URI.endsWith("/login.do"))...)
then, allow,
else, show invalid session page.
please suggest. thanks in advance...
pravz