An auto parts company wants to protect the path/parts/suspension/struts/manufacturer. Resources appear under an applicationContext Root of/partswith default ordering.
Because the application context root is/parts, resource paths are defined relative to it. The correct relative path is:
/suspension/struts/manufacturer
Exact Extract:
“Resource matching begins at the context root. The most specific matching path is selected.”
Option Ais incorrect —/*/struts/manufacturerdoes not match because it starts with a wildcard, not the defined path.
Option Bis incorrect —/*/manufacturerwould match less specifically and at a different depth.
Option Cis correct — exact match relative to/parts.
Option Dis incorrect — too generic and not the best match.
[Reference:PingAccess Administration Guide –Resource Path Matching and Ordering]
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit