I have this in my Deployment Descriptor:
Admin is a user who can get the constraint request. No one else apart from admin can do GET OR POST on the said url.
Now, my question is:
Can admin also do other http methods with above said constrained http methods if they are there in
servlet
i.e can admin do PUT also on the said url?