June 2018
Intermediate to advanced
596 pages
12h 39m
English
We will make some changes to the tags we added to configure security in the Protecting access to folders in web applications
section. Here are the changes:
Here is what the changed declaration should look like:
<security-constraint> <display-name>Admin resources</display-name> <web-resource-collection> <web-resource-name>admins</web-resource-name> <url-pattern>/admin/*</url-pattern> </web-resource-collection> <auth-constraint> <role-name>admin-role</role-name> </auth-constraint></security-constraint><login-config> <auth-method>BASIC</auth-method> <realm-name>courseManagementJDBCRealm</realm-name> ...
Read now
Unlock full access