Re: [S2] ExecuteAndWait Interceptor // Only re-submit token parameters on refresh?

2018-04-21 Thread Yasser Zamani
On 4/21/2018 3:05 PM, Martin Gainty wrote: > i could'nt find it in servlet-api spec? > > https://tomcat.apache.org/tomcat-8.0-doc/servletapi/javax/servlet/http/HttpServletResponse.html > > HttpServletResponse (Servlet 3.1 API Documentation >

Re: [S2] ExecuteAndWait Interceptor // Only re-submit token parameters on refresh?

2018-04-21 Thread Martin Gainty
Hi Yassir i could'nt find it in servlet-api spec? https://tomcat.apache.org/tomcat-8.0-doc/servletapi/javax/servlet/http/HttpServletResponse.html HttpServletResponse (Servlet 3.1 API Documentation

Re: Struts2 login action class seems to be reused

2018-04-21 Thread Yasser Zamani
On 4/19/2018 4:39 PM, Prasanth Pasala wrote: > There is a index.jsp which is defined as default page in web.xml it just > forwards the request to Login.action. There is no chaining of actions in > struts itself. We do have a LoginFilter which verifies > if a user is logged in. > So maybe