-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: Master
-
Fix Version/s: 7.3.0 CE GA1, 7.3.10 DXP GA1, Master
-
Component/s: Application Security > OAuth2
-
Labels:None
-
Fix Priority:3
-
Git Pull Request:
The pattern to affect only the root path of a resource would be something like
GET::^/$::everything.read
however the above does not work and instead we have to use
GET::^//$::everything.read
because the root resource gets another slash added to its path