Hi,

Can I apply these same security features in struts2 which were applied in
struts1
now that  the use of web.xml TAGS is discouraged in favour of annotations.


*example deployment descriptor *
*$CATALINA_HOME/webapps/examples/WEB-INF/web.xml*

<security-constraint>
<display-name> example Security Constraint  <display-name>
<web-resource-collection>
<web-resource-name> Protected Web Area </web-resource-name>
<!-- define the context relative URL (s) to be protected -->
<url-pattern>/jsp/security/protected/*</url-pattern>
<!-- if you list http methods, only those methods are protected -->.
<http-method>DELETE</http-method>
<http-method>GET</http-method>
<http-method>POST</http-method>
<http-method>PUT</http-method>
</web-resource-collection>
<auth-constraint>
<!-- Anyone with one of the listed roles may access this area -->

Regards
Z.

Framework :   Years of commercial experience in designing , developing your
own framework can save you Weeks of learning a framework.
------------------------------

https://www.backbutton.co.uk/ <http://Backbutton.co.uk>
¯\_(ツ)_/¯
♡۶♡۶ ♡۶
<http://www.backbutton.co.uk>

Reply via email to