Hello,

In Struts old we used to do this in struts.xml:

  <!-- secure plugin -->
  <plug-in className="org.apache.struts.action.SecurePlugIn">
    <set-property property="enable" value="true"/>
    <set-property property="addSession" value="true"/>
  </plug-in>


What is the struts 2 way of securing your actions? Is there a predefined interceptor or packaged plugin I can use? Any pointers.

Thanks,
Mufaddal.

Reply via email to