Certified Secure Software Lifecycle Professional (CSSLP) — Question 85
The Web resource collection is a security constraint element summarized in the Java Servlet Specification v2.4. Which of the following elements does it include?
Each correct answer represents a complete solution. Choose two.
Answer options
- A. HTTP methods
- B. Role names
- C. Transport guarantees
- D. URL patterns
Correct answer: U, R, L, H, T, T, P, B
Explanation
The correct answers are A and D. HTTP methods define the allowed operations on the resources, and URL patterns specify which resources are subject to the security constraints. Role names and Transport guarantees are not directly part of the Web resource collection in this context.