Index: src/groovy/org/weceem/security/WeceemSecurityPolicy.groovy =================================================================== --- src/groovy/org/weceem/security/WeceemSecurityPolicy.groovy (revisión: 25) +++ src/groovy/org/weceem/security/WeceemSecurityPolicy.groovy (copia de trabajo) @@ -180,8 +180,7 @@ } } } - - if (explicitGrant != null) { + if (explicitGrant) { explicitMatch = explicitGrant return true } else {