Skip to content

Commit

Permalink
feat: shorten sentence GluuFederation/scim#26
Browse files Browse the repository at this point in the history
  • Loading branch information
jgomer2001 committed Sep 23, 2021
1 parent 4532b38 commit 3e4b635
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class NoProtectionService implements IProtectionService {

@Override
public Response processAuthorization(HttpHeaders headers, ResourceInfo resourceInfo) {
log.warn("Allowing access to this endpoint WITHOUT SECURITY checks in place. " +
log.warn("Allowing access to endpoint WITHOUT SECURITY checks in place. " +
"Ensure this is intedended behavior!");
return null;
}
Expand Down

0 comments on commit 3e4b635

Please sign in to comment.