I have an servlet with security constraint in it's web.xml like below:
<security-constraint> <web-resource-collection> <web-resource-name>Admin</web-resource-name> ...