KEYCLOAK-8825 Added / to policy enforcer config

EAP6 does not add index.jsp to requested url
This commit is contained in:
mhajas 2018-12-11 16:01:32 +01:00 committed by Pavel Drozd
parent 26c8af5369
commit 27fc481069

View file

@ -14,6 +14,10 @@
"name": "Welcome Resource",
"path": "/index.jsp"
},
{
"name": "Welcome Resource",
"path": "/"
},
{
"name": "Pattern 1",
"path": "/resource/{pattern}/{sub-resource}"