Response title
This is preview!
Click on Join Now to Sign Up
<security-constraint>
<web-resource-collection>
<web-resource-name>Restricted files</web-resource-name>
<description>No direct access to restricted files.</description>
<url-pattern>/conf/*</url-pattern>
<http-method>POST</http-method>
<http-method>GET</http-method>
</web-resource-collection>
<auth-constraint>
<description>No direct browser access to the restricted files.</description>
<role-name>NobodyHasThisRole</role-name>
</auth-constraint>
</security-constraint>
In addition, please note that WebNMS uses its own authentication which limits the use of certain tags which can be used only with tomcat authentication.
Hence we cannot use a role-name tag extensively which is specific to Tomcat users.