This example tests some aspects of the servlet 3.1 specification:
Login as user admin
with password admin
when prompted after clicking the button below to test @DeclareRoles annotation
Login as user admin
with password admin
when prompted after clicking the button below to test @ServletSecurity annotation
@MultipartConfig(location="foo/bar", maxFileSize=10240, maxRequestSize=-1, fileSizeThreshold=2048)
Click the following link to test that javax.servlet.AsyncListeners are injectable