Solved

Consider the Following Spring Security Configuration ≪security:http>    ≪security:intercept-Url Pattern="/accounts/*"  Access="ROLE_USER

Question 24

Multiple Choice

Consider the following Spring Security configuration <security:http>    <security:intercept-url pattern="/accounts/*"  access="ROLE_USER" />    <security:intercept-url pattern="/accounts/editAccount.htm" access="ROLE_ADMIN" /> </<security:http> In order to access to "/accounts/editAccount.htm", what role is required? (select one)


A) ROLE_USER
B) ROLE_ADMIN
C) Both ROLE_USER and ROLE_ADMIN
D) No role is required

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions