<!--security-constraint> <web-resource-collection> <web-resource-name>Restricted content</web-resource-name> <description>Restricted content</description> <url-pattern>/Eros</url-pattern> <url-pattern>/rest/usage/*</url-pattern> <http-method>GET</http-method> <http-method>POST</http-method> <http-method>PUT</http-method> <http-method>DELETE</http-method> </web-resource-collection> <user-data-constraint> <transport-guarantee>CONFIDENTIAL</transport-guarantee> </user-data-constraint> </security-constraint-->
looks like there is a discrepancy between the documentation and the web.xml file content. I have updated the text to suggest merging the snippet from the wiki page rather than uncommenting it. This block mentioned in the wiki page secures the login page and defines user roles with access.