Redirect to another action in an interceptor in struts 2

后端 未结 3 1863
花落未央
花落未央 2021-02-03 11:38

I am currently in the process of learning Struts 2 and I am currently building a simple application where unverified users are redirected to a login form.

I have a login

3条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-03 12:30

    You can find the complete example of struts2 with a custom Login Interceptor here

    http://sandeepbhardwaj.github.io/2010/12/01/struts2-with-login-interceptor.html

    great tutorial.

提交回复
热议问题