Skip to content

baldur: should verify the namespace syntax when reading baldur.properties #367

Description

@jburke-cadc

In baldur.properties, the namespace is the second value in the org.opencadc.baldur.entry property. baldur checks that each namespace is a valid regex expression. But baldur does not check the syntax of the namespace.

An example namespace in the regular expression ^cadc:BLAST/.*: where ^ is the start of the regex, cadc:BLAST/ is the namespace, and .* matches any characters after the namespace.

Look at what raven is doing to verify the namespace.

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions