Skip to content

JsonFilePolicyDefinition.DEFAULT_POLICY_FILE_NAME should have a leading / #2

Description

@farrukhnajmi

Thanks for an awesome blog and sample project!

Here is a minor issue I found...

The JsonFilePolicyDefinition.DEFAULT_POLICY_FILE_NAME should have a leading / to find it as a root level classpath resource in src/main/resources:

Current: private static String DEFAULT_POLICY_FILE_NAME = "default-policy.json";
Fixed: private static String DEFAULT_POLICY_FILE_NAME = "/default-policy.json";

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions