Secure Vitara license file
How to protect VitaraCharts license on the network and allow access to specific users
<security-constraint>
<display-name>Security constraint for Vitara license</display-name>
<web-resource-collection>
\** <web-resource-name>Protected Area</web-resource-name> \**
<url-pattern>/plugins/VitaraCharts/license.txt</url-pattern>
</web-resource-collection>
<auth-constraint>
<!--uncomment role-name to allow access for specific roles-->
<!-- <role-name>admin</role-name> -->
</auth-constraint>
<user-data-constraint>
<transport-guarantee>NONE</transport-guarantee>
</user-data-constraint>
</security-constraint>
Last updated
Was this helpful?
